Html Css Color HEX #DB822A Dixie

📋 copy color: '#DB822A'

red 219 ◦ green 130 ◦ blue 42

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

Shades of Dixie #DB822A

Tints of Dixie #DB822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 56.01%
G = 33.25%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB822A (or 0xDB822A) is known color: Dixie. HEX triplet: DB, 82 and 2A. RGB value is (219,130,42). Sum of RGB (Red+Green+Blue) = 219+130+42=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB822A is #247DD5. Grayscale: #939393. Windows color (decimal): -2391510 or 2786011. OLE color: 2786011.

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

Color convert

RGB 219 130 42 -
CMYK 0 0.41 0.81 0.14
HSL 29.83º 0.71% 0.51% -
HSV(B) 29.83º 0.81% 0.86% -
XYZ 37.61 31.19 6.23 -
YUV 146.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 219 130 42 0 0.41 0.81 0.14 29.83 0.71 0.51
Hex DB 82 2A 0 29 51 E 1E 47 33
Octal 333 202 52 0 51 121 16 36 107 63
Binary 11011011 10000010 101010 0 101001 1010001 1110 11110 1000111 110011

Color Harmonies of #DB822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB822A

Black with #DB822A

Text Example


Text Example

White with #DB822A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB822A; }

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

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

background-color css

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

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

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

border-color css

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

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

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