Html Css Color HEX #D8872C Dixie

📋 copy color: '#D8872C'

red 216 ◦ green 135 ◦ blue 44

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

Shades of Dixie #D8872C

Tints of Dixie #D8872C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 54.68%
G = 34.18%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8872C (or 0xD8872C) is known color: Dixie. HEX triplet: D8, 87 and 2C. RGB value is (216,135,44). Sum of RGB (Red+Green+Blue) = 216+135+44=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8872C is #2778D3. Grayscale: #959595. Windows color (decimal): -2586836 or 2918360. OLE color: 2918360.

HSL color Cylindrical-coordinate representation of color #D8872C: hue angle of 31.74º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8872C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 135 44 -
CMYK 0 0.38 0.80 0.15
HSL 31.74º 0.69% 0.51% -
HSV(B) 31.74º 0.8% 0.85% -
XYZ 37.44 32.11 6.61 -
YUV 148.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 216 135 44 0 0.38 0.80 0.15 31.74 0.69 0.51
Hex D8 87 2C 0 26 50 F 20 45 33
Octal 330 207 54 0 46 120 17 40 105 63
Binary 11011000 10000111 101100 0 100110 1010000 1111 100000 1000101 110011

Color Harmonies of #D8872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8872C

Black with #D8872C

Text Example


Text Example

White with #D8872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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