Html Css Color HEX #DB8112 Ochre

📋 copy color: '#DB8112'

red 219 ◦ green 129 ◦ blue 18

#DB8112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #DB8112

Tints of Ochre #DB8112

RGB

 RED value IS 219 (85.94% from 255) = 59.84%

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 59.84%
G = 35.25%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB8112 (or 0xDB8112) is known color: Ochre. HEX triplet: DB, 81 and 12. RGB value is (219,129,18). Sum of RGB (Red+Green+Blue) = 219+129+18=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8112 is #247EED. Grayscale: #8F8F8F. Windows color (decimal): -2391790 or 1212891. OLE color: 1212891.

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

Color convert

RGB 219 129 18 -
CMYK 0 0.41 0.92 0.14
HSL 33.13º 0.85% 0.46% -
HSV(B) 33.13º 0.92% 0.86% -
XYZ 37.17 30.8 4.56 -
YUV 143.26 57.32 182.03 -
System Red Green Blue C M Y K H S L
Decimal 219 129 18 0 0.41 0.92 0.14 33.13 0.85 0.46
Hex DB 81 12 0 29 5C E 21 55 2E
Octal 333 201 22 0 51 134 16 41 125 56
Binary 11011011 10000001 10010 0 101001 1011100 1110 100001 1010101 101110

Color Harmonies of #DB8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8112

Black with #DB8112

Text Example


Text Example

White with #DB8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8112; }

 p { color: rgb(219,129,18); }

 H1.HeaderClassName
 {
   color: #DB8112;
 }
 .AnyTagClassName
 {
   color: #DB8112;
 }
</style>

background-color css

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

 a { background-color: rgb(219,129,18); }

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

border-color css

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

 span { border-color: rgb(219,129,18); }

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