#DB841C

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

Shades of Ochre #DB841C

Tints of Ochre #DB841C

Color information

#DB841C (or 0xDB841C) is unknown color: approx Ochre. HEX triplet: DB, 84 and 1C. RGB value is (219,132,28). Sum of RGB (Red+Green+Blue) = 219+132+28=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB841C is #247BE3. Grayscale: #929292. Windows color (decimal): -2391012 or 1869019. OLE color: 1869019.

HSL color Cylindrical-coordinate representation of color #DB841C: hue angle of 32.67º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB841C is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB21913228-
CMYK00.400.870.14
HSL32.67º77.33%48.43%-
HSV(B)32.67º87.21%85.88%-
XYZ37.6731.655.22-
YUV146.1661.32179.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.78%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 28 (11.33% from 255) = 7.39%
R=57.78%
G=34.83%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191322800.400.870.1432.6777.3348.43
HexDB841C02857E214d30
Octal33320434050127164111560
Binary1101101110000100111000101000101011111101000011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB841C; }

 p { color: rgb(219,132,28); }

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

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

 a { background-color: rgb(219,132,28); }

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

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

 span { border-color: rgb(219,132,28); }

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