#d37f0f

Color #D37F0F Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D37F0F

Tints of Ochre #D37F0F

Color information

#D37F0F (or 0xD37F0F) is unknown color: approx Ochre. HEX triplet: D3, 7F and 0F. RGB value is (211,127,15). Sum of RGB (Red+Green+Blue) = 211+127+15=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37F0F is #2C80F0. Grayscale: #8B8B8B. Windows color (decimal): -2916593 or 1015763. OLE color: 1015763.

HSL color Cylindrical-coordinate representation of color #D37F0F: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D37F0F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB21112715-
CMYK00.400.930.17
HSL34.29º86.73%44.31%-
HSV(B)34.29º92.89%82.75%-
XYZ34.5429.064.24-
YUV139.3557.83179.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 59.77%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 15 (6.25% from 255) = 4.25%
R=59.77%
G=35.98%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111271500.400.930.1734.2986.7344.31
HexD37FF0285D1122572c
Octal32317717050135214212754
Binary110100111111111111101010001011101100011000101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d37f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d37f0f; }

 p { color: rgb(211,127,15); }

 H1.HeaderClassName
 {
   color: #d37f0f;
 }
 .AnyTagClassName
 {
   color: #d37f0f;
 }
</style>
background-color css

<style>
 a { background-color: #d37f0f; }

 a { background-color: rgb(211,127,15); }

 div.DivClassName
 {
   background-color: #d37f0f;
 }
 .BgClassName
 {
   background-color: #d37f0f;
 }
</style>
border-color css

<style>
 span { border-color: #d37f0f; }

 span { border-color: rgb(211,127,15); }

 td.TdClassName
 {
   border-color: #d37f0f;
 }
 .TagClassName
 {
   border-color: #d37f0f;
 }
</style>