Html Css Color HEX #DB8117 Ochre

📋 copy color: '#DB8117'

red 219 ◦ green 129 ◦ blue 23

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

Shades of Ochre #DB8117

Tints of Ochre #DB8117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.2%

R = 59.03%
G = 34.77%
B = 6.2%

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

#DB8117 (or 0xDB8117) is known color: Ochre. HEX triplet: DB, 81 and 17. RGB value is (219,129,23). Sum of RGB (Red+Green+Blue) = 219+129+23=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8117 is #247EE8. Grayscale: #909090. Windows color (decimal): -2391785 or 1540571. OLE color: 1540571.

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

Color convert

RGB 219 129 23 -
CMYK 0 0.41 0.89 0.14
HSL 32.45º 0.81% 0.47% -
HSV(B) 32.45º 0.89% 0.86% -
XYZ 37.22 30.82 4.8 -
YUV 143.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 219 129 23 0 0.41 0.89 0.14 32.45 0.81 0.47
Hex DB 81 17 0 29 59 E 20 51 2F
Octal 333 201 27 0 51 131 16 40 121 57
Binary 11011011 10000001 10111 0 101001 1011001 1110 100000 1010001 101111

Color Harmonies of #DB8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8117

Black with #DB8117

Text Example


Text Example

White with #DB8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8117; }

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

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

background-color css

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

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

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

border-color css

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

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

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