Html Css Color HEX #D9832B Dixie

📋 copy color: '#D9832B'

red 217 ◦ green 131 ◦ blue 43

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

Shades of Dixie #D9832B

Tints of Dixie #D9832B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11%

R = 55.5%
G = 33.5%
B = 11%

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

#D9832B (or 0xD9832B) is known color: Dixie. HEX triplet: D9, 83 and 2B. RGB value is (217,131,43). Sum of RGB (Red+Green+Blue) = 217+131+43=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9832B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9832B is #267CD4. Grayscale: #939393. Windows color (decimal): -2522325 or 2851801. OLE color: 2851801.

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

Color convert

RGB 217 131 43 -
CMYK 0 0.40 0.80 0.15
HSL 30.34º 0.7% 0.51% -
HSV(B) 30.34º 0.8% 0.85% -
XYZ 37.17 31.16 6.34 -
YUV 146.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 217 131 43 0 0.40 0.80 0.15 30.34 0.7 0.51
Hex D9 83 2B 0 28 50 F 1E 46 33
Octal 331 203 53 0 50 120 17 36 106 63
Binary 11011001 10000011 101011 0 101000 1010000 1111 11110 1000110 110011

Color Harmonies of #D9832B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9832B

Black with #D9832B

Text Example


Text Example

White with #D9832B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9832B; }

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

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

background-color css

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

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

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

border-color css

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

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

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