Html Css Color HEX #DB8213 Ochre

📋 copy color: '#DB8213'

red 219 ◦ green 130 ◦ blue 19

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

Shades of Ochre #DB8213

Tints of Ochre #DB8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 59.51%
G = 35.33%
B = 5.16%

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

#DB8213 (or 0xDB8213) is known color: Ochre. HEX triplet: DB, 82 and 13. RGB value is (219,130,19). Sum of RGB (Red+Green+Blue) = 219+130+19=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8213 is #247DEC. Grayscale: #909090. Windows color (decimal): -2391533 or 1278683. OLE color: 1278683.

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

Color convert

RGB 219 130 19 -
CMYK 0 0.41 0.91 0.14
HSL 33.3º 0.84% 0.47% -
HSV(B) 33.3º 0.91% 0.86% -
XYZ 37.31 31.07 4.65 -
YUV 143.96 57.49 181.53 -
System Red Green Blue C M Y K H S L
Decimal 219 130 19 0 0.41 0.91 0.14 33.3 0.84 0.47
Hex DB 82 13 0 29 5B E 21 54 2F
Octal 333 202 23 0 51 133 16 41 124 57
Binary 11011011 10000010 10011 0 101001 1011011 1110 100001 1010100 101111

Color Harmonies of #DB8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8213

Black with #DB8213

Text Example


Text Example

White with #DB8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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