#DB8020

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

Shades of Ochre #DB8020

Tints of Ochre #DB8020

Color information

#DB8020 (or 0xDB8020) is unknown color: approx Ochre. HEX triplet: DB, 80 and 20. RGB value is (219,128,32). Sum of RGB (Red+Green+Blue) = 219+128+32=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8020 is #247FDF. Grayscale: #909090. Windows color (decimal): -2392032 or 2130139. OLE color: 2130139.

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

Color convert

RGB21912832-
CMYK00.420.850.14
HSL30.8º74.5%49.22%-
HSV(B)30.8º85.39%85.88%-
XYZ37.1930.65.31-
YUV144.2664.65181.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.78%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 32 (12.89% from 255) = 8.44%
R=57.78%
G=33.77%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191283200.420.850.1430.874.549.22
HexDB802002A55E1f4b31
Octal33320040052125163711361
Binary1101101110000000100000010101010101011110111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8020; }

 p { color: rgb(219,128,32); }

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

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

 a { background-color: rgb(219,128,32); }

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

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

 span { border-color: rgb(219,128,32); }

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