Html Css Color HEX #DB8111 Ochre

📋 copy color: '#DB8111'

red 219 ◦ green 129 ◦ blue 17

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

Shades of Ochre #DB8111

Tints of Ochre #DB8111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 60%
G = 35.34%
B = 4.66%

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

#DB8111 (or 0xDB8111) is known color: Ochre. HEX triplet: DB, 81 and 11. RGB value is (219,129,17). Sum of RGB (Red+Green+Blue) = 219+129+17=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8111 is #247EEE. Grayscale: #8F8F8F. Windows color (decimal): -2391791 or 1147355. OLE color: 1147355.

HSL color Cylindrical-coordinate representation of color #DB8111: hue angle of 33.27º degrees, saturation: 0.86, 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 #DB8111 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 17 -
CMYK 0 0.41 0.92 0.14
HSL 33.27º 0.86% 0.46% -
HSV(B) 33.27º 0.92% 0.86% -
XYZ 37.16 30.8 4.52 -
YUV 143.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 219 129 17 0 0.41 0.92 0.14 33.27 0.86 0.46
Hex DB 81 11 0 29 5C E 21 56 2E
Octal 333 201 21 0 51 134 16 41 126 56
Binary 11011011 10000001 10001 0 101001 1011100 1110 100001 1010110 101110

Color Harmonies of #DB8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8111

Black with #DB8111

Text Example


Text Example

White with #DB8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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