Html Css Color HEX #D9832E Dixie

📋 copy color: '#D9832E'

red 217 ◦ green 131 ◦ blue 46

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

Shades of Dixie #D9832E

Tints of Dixie #D9832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 55.08%
G = 33.25%
B = 11.68%

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

#D9832E (or 0xD9832E) is known color: Dixie. HEX triplet: D9, 83 and 2E. RGB value is (217,131,46). Sum of RGB (Red+Green+Blue) = 217+131+46=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9832E is #267CD1. Grayscale: #939393. Windows color (decimal): -2522322 or 3048409. OLE color: 3048409.

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

Color convert

RGB 217 131 46 -
CMYK 0 0.40 0.79 0.15
HSL 29.82º 0.69% 0.52% -
HSV(B) 29.82º 0.79% 0.85% -
XYZ 37.22 31.18 6.64 -
YUV 147.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 217 131 46 0 0.40 0.79 0.15 29.82 0.69 0.52
Hex D9 83 2E 0 28 4F F 1E 45 34
Octal 331 203 56 0 50 117 17 36 105 64
Binary 11011001 10000011 101110 0 101000 1001111 1111 11110 1000101 110100

Color Harmonies of #D9832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9832E

Black with #D9832E

Text Example


Text Example

White with #D9832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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