Html Css Color HEX #DB822C Dixie

📋 copy color: '#DB822C'

red 219 ◦ green 130 ◦ blue 44

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

Shades of Dixie #DB822C

Tints of Dixie #DB822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.2%

R = 55.73%
G = 33.08%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB822C (or 0xDB822C) is known color: Dixie. HEX triplet: DB, 82 and 2C. RGB value is (219,130,44). Sum of RGB (Red+Green+Blue) = 219+130+44=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB822C is #247DD3. Grayscale: #939393. Windows color (decimal): -2391508 or 2917083. OLE color: 2917083.

HSL color Cylindrical-coordinate representation of color #DB822C: hue angle of 29.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB822C is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 44 -
CMYK 0 0.41 0.80 0.14
HSL 29.49º 0.71% 0.52% -
HSV(B) 29.49º 0.8% 0.86% -
XYZ 37.65 31.21 6.42 -
YUV 146.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 219 130 44 0 0.41 0.80 0.14 29.49 0.71 0.52
Hex DB 82 2C 0 29 50 E 1D 47 34
Octal 333 202 54 0 51 120 16 35 107 64
Binary 11011011 10000010 101100 0 101001 1010000 1110 11101 1000111 110100

Color Harmonies of #DB822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB822C

Black with #DB822C

Text Example


Text Example

White with #DB822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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