Html Css Color HEX #D9822C Dixie

📋 copy color: '#D9822C'

red 217 ◦ green 130 ◦ blue 44

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

Shades of Dixie #D9822C

Tints of Dixie #D9822C

RGB

 RED value IS 217 (85.16% from 255) = 55.5%

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

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

R = 55.5%
G = 33.25%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9822C (or 0xD9822C) is known color: Dixie. HEX triplet: D9, 82 and 2C. RGB value is (217,130,44). Sum of RGB (Red+Green+Blue) = 217+130+44=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9822C is #267DD3. Grayscale: #929292. Windows color (decimal): -2522580 or 2917081. OLE color: 2917081.

HSL color Cylindrical-coordinate representation of color #D9822C: hue angle of 29.83º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9822C is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 44 -
CMYK 0 0.40 0.80 0.15
HSL 29.83º 0.69% 0.51% -
HSV(B) 29.83º 0.8% 0.85% -
XYZ 37.05 30.9 6.39 -
YUV 146.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 217 130 44 0 0.40 0.80 0.15 29.83 0.69 0.51
Hex D9 82 2C 0 28 50 F 1E 45 33
Octal 331 202 54 0 50 120 17 36 105 63
Binary 11011001 10000010 101100 0 101000 1010000 1111 11110 1000101 110011

Color Harmonies of #D9822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9822C

Black with #D9822C

Text Example


Text Example

White with #D9822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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