Html Css Color HEX #D8872D Dixie

📋 copy color: '#D8872D'

red 216 ◦ green 135 ◦ blue 45

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

Shades of Dixie #D8872D

Tints of Dixie #D8872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.09%

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

R = 54.55%
G = 34.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8872D (or 0xD8872D) is known color: Dixie. HEX triplet: D8, 87 and 2D. RGB value is (216,135,45). Sum of RGB (Red+Green+Blue) = 216+135+45=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8872D is #2778D2. Grayscale: #959595. Windows color (decimal): -2586835 or 2983896. OLE color: 2983896.

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

Color convert

RGB 216 135 45 -
CMYK 0 0.38 0.79 0.15
HSL 31.58º 0.69% 0.51% -
HSV(B) 31.58º 0.79% 0.85% -
XYZ 37.46 32.12 6.71 -
YUV 148.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 216 135 45 0 0.38 0.79 0.15 31.58 0.69 0.51
Hex D8 87 2D 0 26 4F F 20 45 33
Octal 330 207 55 0 46 117 17 40 105 63
Binary 11011000 10000111 101101 0 100110 1001111 1111 100000 1000101 110011

Color Harmonies of #D8872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8872D

Black with #D8872D

Text Example


Text Example

White with #D8872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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