Html Css Color HEX #DB8214 Ochre

📋 copy color: '#DB8214'

red 219 ◦ green 130 ◦ blue 20

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

Shades of Ochre #DB8214

Tints of Ochre #DB8214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 59.35%
G = 35.23%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8214 (or 0xDB8214) is known color: Ochre. HEX triplet: DB, 82 and 14. RGB value is (219,130,20). Sum of RGB (Red+Green+Blue) = 219+130+20=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8214 is #247DEB. Grayscale: #909090. Windows color (decimal): -2391532 or 1344219. OLE color: 1344219.

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

Color convert

RGB 219 130 20 -
CMYK 0 0.41 0.91 0.14
HSL 33.17º 0.83% 0.47% -
HSV(B) 33.17º 0.91% 0.86% -
XYZ 37.32 31.08 4.69 -
YUV 144.07 57.99 181.44 -
System Red Green Blue C M Y K H S L
Decimal 219 130 20 0 0.41 0.91 0.14 33.17 0.83 0.47
Hex DB 82 14 0 29 5B E 21 53 2F
Octal 333 202 24 0 51 133 16 41 123 57
Binary 11011011 10000010 10100 0 101001 1011011 1110 100001 1010011 101111

Color Harmonies of #DB8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8214

Black with #DB8214

Text Example


Text Example

White with #DB8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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