Html Css Color HEX #D9822D Dixie

📋 copy color: '#D9822D'

red 217 ◦ green 130 ◦ blue 45

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

Shades of Dixie #D9822D

Tints of Dixie #D9822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.48%

R = 55.36%
G = 33.16%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9822D (or 0xD9822D) is known color: Dixie. HEX triplet: D9, 82 and 2D. RGB value is (217,130,45). Sum of RGB (Red+Green+Blue) = 217+130+45=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9822D is #267DD2. Grayscale: #929292. Windows color (decimal): -2522579 or 2982617. OLE color: 2982617.

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

Color convert

RGB 217 130 45 -
CMYK 0 0.40 0.79 0.15
HSL 29.65º 0.69% 0.51% -
HSV(B) 29.65º 0.79% 0.85% -
XYZ 37.07 30.91 6.49 -
YUV 146.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 217 130 45 0 0.40 0.79 0.15 29.65 0.69 0.51
Hex D9 82 2D 0 28 4F F 1E 45 33
Octal 331 202 55 0 50 117 17 36 105 63
Binary 11011001 10000010 101101 0 101000 1001111 1111 11110 1000101 110011

Color Harmonies of #D9822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9822D

Black with #D9822D

Text Example


Text Example

White with #D9822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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