#DA7F20

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

Shades of Ochre #DA7F20

Tints of Ochre #DA7F20

Color information

#DA7F20 (or 0xDA7F20) is unknown color: approx Ochre. HEX triplet: DA, 7F and 20. RGB value is (218,127,32). Sum of RGB (Red+Green+Blue) = 218+127+32=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F20 is #2580DF. Grayscale: #8F8F8F. Windows color (decimal): -2457824 or 2129882. OLE color: 2129882.

HSL color Cylindrical-coordinate representation of color #DA7F20: hue angle of 30.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA7F20 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21812732-
CMYK00.420.850.15
HSL30.65º74.4%49.02%-
HSV(B)30.65º85.32%85.49%-
XYZ36.7630.195.26-
YUV143.3865.15181.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.82%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=57.82%
G=33.69%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181273200.420.850.1530.6574.449.02
HexDA7F2002A55F1f4a31
Octal33217740052125173711261
Binary110110101111111100000010101010101011111111111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F20; }

 p { color: rgb(218,127,32); }

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

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

 a { background-color: rgb(218,127,32); }

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

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

 span { border-color: rgb(218,127,32); }

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