#D37521

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

Shades of Ochre #D37521

Tints of Ochre #D37521

Color information

#D37521 (or 0xD37521) is unknown color: approx Ochre. HEX triplet: D3, 75 and 21. RGB value is (211,117,33). Sum of RGB (Red+Green+Blue) = 211+117+33=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D37521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37521 is #2C8ADE. Grayscale: #878787. Windows color (decimal): -2919135 or 2192851. OLE color: 2192851.

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

Color convert

RGB21111733-
CMYK00.450.840.17
HSL28.31º72.95%47.84%-
HSV(B)28.31º84.36%82.75%-
XYZ33.526.684.82-
YUV135.5370.14181.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.45%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=58.45%
G=32.41%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111173300.450.840.1728.3172.9547.84
HexD3752102D54111c4930
Octal32316541055124213411160
Binary1101001111101011000010101101101010010001111001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37521; }

 p { color: rgb(211,117,33); }

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

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

 a { background-color: rgb(211,117,33); }

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

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

 span { border-color: rgb(211,117,33); }

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