Html Css Color HEX #D8882D Dixie

📋 copy color: '#D8882D'

red 216 ◦ green 136 ◦ blue 45

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

Shades of Dixie #D8882D

Tints of Dixie #D8882D

RGB

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

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

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

R = 54.41%
G = 34.26%
B = 11.34%

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

#D8882D (or 0xD8882D) is known color: Dixie. HEX triplet: D8, 88 and 2D. RGB value is (216,136,45). Sum of RGB (Red+Green+Blue) = 216+136+45=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8882D is #2777D2. Grayscale: #959595. Windows color (decimal): -2586579 or 2984152. OLE color: 2984152.

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

Color convert

RGB 216 136 45 -
CMYK 0 0.37 0.79 0.15
HSL 31.93º 0.69% 0.51% -
HSV(B) 31.93º 0.79% 0.85% -
XYZ 37.6 32.4 6.75 -
YUV 149.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 216 136 45 0 0.37 0.79 0.15 31.93 0.69 0.51
Hex D8 88 2D 0 25 4F F 20 45 33
Octal 330 210 55 0 45 117 17 40 105 63
Binary 11011000 10001000 101101 0 100101 1001111 1111 100000 1000101 110011

Color Harmonies of #D8882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8882D

Black with #D8882D

Text Example


Text Example

White with #D8882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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