Html Css Color HEX #D8832F Dixie

📋 copy color: '#D8832F'

red 216 ◦ green 131 ◦ blue 47

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

Shades of Dixie #D8832F

Tints of Dixie #D8832F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.93%

R = 54.82%
G = 33.25%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8832F (or 0xD8832F) is known color: Dixie. HEX triplet: D8, 83 and 2F. RGB value is (216,131,47). Sum of RGB (Red+Green+Blue) = 216+131+47=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8832F is #277CD0. Grayscale: #939393. Windows color (decimal): -2587857 or 3113944. OLE color: 3113944.

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

Color convert

RGB 216 131 47 -
CMYK 0 0.39 0.78 0.15
HSL 29.82º 0.68% 0.52% -
HSV(B) 29.82º 0.78% 0.85% -
XYZ 36.95 31.04 6.73 -
YUV 146.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 216 131 47 0 0.39 0.78 0.15 29.82 0.68 0.52
Hex D8 83 2F 0 27 4E F 1E 44 34
Octal 330 203 57 0 47 116 17 36 104 64
Binary 11011000 10000011 101111 0 100111 1001110 1111 11110 1000100 110100

Color Harmonies of #D8832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8832F

Black with #D8832F

Text Example


Text Example

White with #D8832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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