Html Css Color HEX #D8882E Dixie

📋 copy color: '#D8882E'

red 216 ◦ green 136 ◦ blue 46

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

Shades of Dixie #D8882E

Tints of Dixie #D8882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

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

R = 54.27%
G = 34.17%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8882E (or 0xD8882E) is known color: Dixie. HEX triplet: D8, 88 and 2E. RGB value is (216,136,46). Sum of RGB (Red+Green+Blue) = 216+136+46=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8882E is #2777D1. Grayscale: #969696. Windows color (decimal): -2586578 or 3049688. OLE color: 3049688.

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

Color convert

RGB 216 136 46 -
CMYK 0 0.37 0.79 0.15
HSL 31.76º 0.69% 0.51% -
HSV(B) 31.76º 0.79% 0.85% -
XYZ 37.62 32.4 6.86 -
YUV 149.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 216 136 46 0 0.37 0.79 0.15 31.76 0.69 0.51
Hex D8 88 2E 0 25 4F F 20 45 33
Octal 330 210 56 0 45 117 17 40 105 63
Binary 11011000 10001000 101110 0 100101 1001111 1111 100000 1000101 110011

Color Harmonies of #D8882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8882E

Black with #D8882E

Text Example


Text Example

White with #D8882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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