Html Css Color HEX #DB8223 Ochre

📋 copy color: '#DB8223'

red 219 ◦ green 130 ◦ blue 35

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

Shades of Ochre #DB8223

Tints of Ochre #DB8223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.11%

R = 57.03%
G = 33.85%
B = 9.11%

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

#DB8223 (or 0xDB8223) is known color: Ochre. HEX triplet: DB, 82 and 23. RGB value is (219,130,35). Sum of RGB (Red+Green+Blue) = 219+130+35=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8223 is #247DDC. Grayscale: #929292. Windows color (decimal): -2391517 or 2327259. OLE color: 2327259.

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

Color convert

RGB 219 130 35 -
CMYK 0 0.41 0.84 0.14
HSL 30.98º 0.72% 0.5% -
HSV(B) 30.98º 0.84% 0.86% -
XYZ 37.5 31.15 5.63 -
YUV 145.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 219 130 35 0 0.41 0.84 0.14 30.98 0.72 0.5
Hex DB 82 23 0 29 54 E 1F 48 32
Octal 333 202 43 0 51 124 16 37 110 62
Binary 11011011 10000010 100011 0 101001 1010100 1110 11111 1001000 110010

Color Harmonies of #DB8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8223

Black with #DB8223

Text Example


Text Example

White with #DB8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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