Html Css Color HEX #DB8211 Ochre

📋 copy color: '#DB8211'

red 219 ◦ green 130 ◦ blue 17

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

Shades of Ochre #DB8211

Tints of Ochre #DB8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 59.84%
G = 35.52%
B = 4.64%

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

#DB8211 (or 0xDB8211) is known color: Ochre. HEX triplet: DB, 82 and 11. RGB value is (219,130,17). Sum of RGB (Red+Green+Blue) = 219+130+17=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8211 is #247DEE. Grayscale: #909090. Windows color (decimal): -2391535 or 1147611. OLE color: 1147611.

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

Color convert

RGB 219 130 17 -
CMYK 0 0.41 0.92 0.14
HSL 33.56º 0.86% 0.46% -
HSV(B) 33.56º 0.92% 0.86% -
XYZ 37.3 31.07 4.56 -
YUV 143.73 56.49 181.69 -
System Red Green Blue C M Y K H S L
Decimal 219 130 17 0 0.41 0.92 0.14 33.56 0.86 0.46
Hex DB 82 11 0 29 5C E 22 56 2E
Octal 333 202 21 0 51 134 16 42 126 56
Binary 11011011 10000010 10001 0 101001 1011100 1110 100010 1010110 101110

Color Harmonies of #DB8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8211

Black with #DB8211

Text Example


Text Example

White with #DB8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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