Html Css Color HEX #DB8224 Ochre

📋 copy color: '#DB8224'

red 219 ◦ green 130 ◦ blue 36

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

Shades of Ochre #DB8224

Tints of Ochre #DB8224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.35%

R = 56.88%
G = 33.77%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8224 (or 0xDB8224) is known color: Ochre. HEX triplet: DB, 82 and 24. RGB value is (219,130,36). Sum of RGB (Red+Green+Blue) = 219+130+36=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8224 is #247DDB. Grayscale: #929292. Windows color (decimal): -2391516 or 2392795. OLE color: 2392795.

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

Color convert

RGB 219 130 36 -
CMYK 0 0.41 0.84 0.14
HSL 30.82º 0.72% 0.5% -
HSV(B) 30.82º 0.84% 0.86% -
XYZ 37.51 31.15 5.7 -
YUV 145.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 219 130 36 0 0.41 0.84 0.14 30.82 0.72 0.5
Hex DB 82 24 0 29 54 E 1F 48 32
Octal 333 202 44 0 51 124 16 37 110 62
Binary 11011011 10000010 100100 0 101001 1010100 1110 11111 1001000 110010

Color Harmonies of #DB8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8224

Black with #DB8224

Text Example


Text Example

White with #DB8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8224; }

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

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

background-color css

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

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

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

border-color css

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

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

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