#D37F23

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

Shades of Ochre #D37F23

Tints of Ochre #D37F23

Color information

#D37F23 (or 0xD37F23) is unknown color: approx Ochre. HEX triplet: D3, 7F and 23. RGB value is (211,127,35). Sum of RGB (Red+Green+Blue) = 211+127+35=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F23 is #2C80DC. Grayscale: #8E8E8E. Windows color (decimal): -2916573 or 2326483. OLE color: 2326483.

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

Color convert

RGB21112735-
CMYK00.400.830.17
HSL31.36º71.54%48.24%-
HSV(B)31.36º83.41%82.75%-
XYZ34.7629.155.38-
YUV141.6367.83177.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.57%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 35 (14.06% from 255) = 9.38%
R=56.57%
G=34.05%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111273500.400.830.1731.3671.5448.24
HexD37F2302853111f4830
Octal32317743050123213711060
Binary1101001111111111000110101000101001110001111111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37F23; }

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

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

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

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

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

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

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

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