Html Css Color HEX #D9832D Dixie

📋 copy color: '#D9832D'

red 217 ◦ green 131 ◦ blue 45

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

Shades of Dixie #D9832D

Tints of Dixie #D9832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 55.22%
G = 33.33%
B = 11.45%

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

#D9832D (or 0xD9832D) is known color: Dixie. HEX triplet: D9, 83 and 2D. RGB value is (217,131,45). Sum of RGB (Red+Green+Blue) = 217+131+45=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9832D is #267CD2. Grayscale: #939393. Windows color (decimal): -2522323 or 2982873. OLE color: 2982873.

HSL color Cylindrical-coordinate representation of color #D9832D: hue angle of 30º 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 #D9832D is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 131 45 -
CMYK 0 0.40 0.79 0.15
HSL 30º 0.69% 0.51% -
HSV(B) 30º 0.79% 0.85% -
XYZ 37.21 31.17 6.54 -
YUV 146.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 217 131 45 0 0.40 0.79 0.15 30 0.69 0.51
Hex D9 83 2D 0 28 4F F 1E 45 33
Octal 331 203 55 0 50 117 17 36 105 63
Binary 11011001 10000011 101101 0 101000 1001111 1111 11110 1000101 110011

Color Harmonies of #D9832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9832D

Black with #D9832D

Text Example


Text Example

White with #D9832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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