Html Css Color HEX #D8832D Dixie

📋 copy color: '#D8832D'

red 216 ◦ green 131 ◦ blue 45

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

Shades of Dixie #D8832D

Tints of Dixie #D8832D

RGB

 RED value IS 216 (84.77% from 255) = 55.1%

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

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

R = 55.1%
G = 33.42%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8832D (or 0xD8832D) is known color: Dixie. HEX triplet: D8, 83 and 2D. RGB value is (216,131,45). Sum of RGB (Red+Green+Blue) = 216+131+45=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8832D is #277CD2. Grayscale: #939393. Windows color (decimal): -2587859 or 2982872. OLE color: 2982872.

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

Color convert

RGB 216 131 45 -
CMYK 0 0.39 0.79 0.15
HSL 30.18º 0.69% 0.51% -
HSV(B) 30.18º 0.79% 0.85% -
XYZ 36.91 31.02 6.52 -
YUV 146.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 216 131 45 0 0.39 0.79 0.15 30.18 0.69 0.51
Hex D8 83 2D 0 27 4F F 1E 45 33
Octal 330 203 55 0 47 117 17 36 105 63
Binary 11011000 10000011 101101 0 100111 1001111 1111 11110 1000101 110011

Color Harmonies of #D8832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8832D

Black with #D8832D

Text Example


Text Example

White with #D8832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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