Html Css Color HEX #DB8118 Ochre

📋 copy color: '#DB8118'

red 219 ◦ green 129 ◦ blue 24

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

Shades of Ochre #DB8118

Tints of Ochre #DB8118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.45%

R = 58.87%
G = 34.68%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB8118 (or 0xDB8118) is known color: Ochre. HEX triplet: DB, 81 and 18. RGB value is (219,129,24). Sum of RGB (Red+Green+Blue) = 219+129+24=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8118 is #247EE7. Grayscale: #909090. Windows color (decimal): -2391784 or 1606107. OLE color: 1606107.

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

Color convert

RGB 219 129 24 -
CMYK 0 0.41 0.89 0.14
HSL 32.31º 0.8% 0.48% -
HSV(B) 32.31º 0.89% 0.86% -
XYZ 37.23 30.83 4.85 -
YUV 143.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 219 129 24 0 0.41 0.89 0.14 32.31 0.8 0.48
Hex DB 81 18 0 29 59 E 20 50 30
Octal 333 201 30 0 51 131 16 40 120 60
Binary 11011011 10000001 11000 0 101001 1011001 1110 100000 1010000 110000

Color Harmonies of #DB8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8118

Black with #DB8118

Text Example


Text Example

White with #DB8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8118; }

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

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

background-color css

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

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

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

border-color css

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

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

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