Html Css Color HEX #D8832E Dixie

📋 copy color: '#D8832E'

red 216 ◦ green 131 ◦ blue 46

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

Shades of Dixie #D8832E

Tints of Dixie #D8832E

RGB

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

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

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

R = 54.96%
G = 33.33%
B = 11.7%

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

#D8832E (or 0xD8832E) is known color: Dixie. HEX triplet: D8, 83 and 2E. RGB value is (216,131,46). Sum of RGB (Red+Green+Blue) = 216+131+46=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8832E is #277CD1. Grayscale: #939393. Windows color (decimal): -2587858 or 3048408. OLE color: 3048408.

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

Color convert

RGB 216 131 46 -
CMYK 0 0.39 0.79 0.15
HSL 30º 0.69% 0.51% -
HSV(B) 30º 0.79% 0.85% -
XYZ 36.93 31.03 6.63 -
YUV 146.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 216 131 46 0 0.39 0.79 0.15 30 0.69 0.51
Hex D8 83 2E 0 27 4F F 1E 45 33
Octal 330 203 56 0 47 117 17 36 105 63
Binary 11011000 10000011 101110 0 100111 1001111 1111 11110 1000101 110011

Color Harmonies of #D8832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8832E

Black with #D8832E

Text Example


Text Example

White with #D8832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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