Html Css Color HEX #D8882F Dixie

📋 copy color: '#D8882F'

red 216 ◦ green 136 ◦ blue 47

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

Shades of Dixie #D8882F

Tints of Dixie #D8882F

RGB

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

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

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

R = 54.14%
G = 34.09%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8882F (or 0xD8882F) is known color: Dixie. HEX triplet: D8, 88 and 2F. RGB value is (216,136,47). Sum of RGB (Red+Green+Blue) = 216+136+47=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D8882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8882F is #2777D0. Grayscale: #969696. Windows color (decimal): -2586577 or 3115224. OLE color: 3115224.

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

Color convert

RGB 216 136 47 -
CMYK 0 0.37 0.78 0.15
HSL 31.6º 0.68% 0.52% -
HSV(B) 31.6º 0.78% 0.85% -
XYZ 37.64 32.41 6.96 -
YUV 149.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 216 136 47 0 0.37 0.78 0.15 31.6 0.68 0.52
Hex D8 88 2F 0 25 4E F 20 44 34
Octal 330 210 57 0 45 116 17 40 104 64
Binary 11011000 10001000 101111 0 100101 1001110 1111 100000 1000100 110100

Color Harmonies of #D8882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8882F

Black with #D8882F

Text Example


Text Example

White with #D8882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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