#D37B1C

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

Shades of Ochre #D37B1C

Tints of Ochre #D37B1C

Color information

#D37B1C (or 0xD37B1C) is unknown color: approx Ochre. HEX triplet: D3, 7B and 1C. RGB value is (211,123,28). Sum of RGB (Red+Green+Blue) = 211+123+28=362 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.29% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37B1C is #2C84E3. Grayscale: #8A8A8A. Windows color (decimal): -2917604 or 1866707. OLE color: 1866707.

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

Color convert

RGB21112328-
CMYK00.420.870.17
HSL31.15º76.57%46.86%-
HSV(B)31.15º86.73%82.75%-
XYZ34.1628.14.72-
YUV138.4865.65179.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.29%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=58.29%
G=33.98%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111232800.420.870.1731.1576.5746.86
HexD37B1C02A57111f4d2f
Octal32317334052127213711557
Binary110100111111011111000101010101011110001111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37B1C; }

 p { color: rgb(211,123,28); }

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

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

 a { background-color: rgb(211,123,28); }

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

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

 span { border-color: rgb(211,123,28); }

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