Html Css Color HEX #D8872A Dixie

📋 copy color: '#D8872A'

red 216 ◦ green 135 ◦ blue 42

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

Shades of Dixie #D8872A

Tints of Dixie #D8872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 54.96%
G = 34.35%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8872A (or 0xD8872A) is known color: Dixie. HEX triplet: D8, 87 and 2A. RGB value is (216,135,42). Sum of RGB (Red+Green+Blue) = 216+135+42=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8872A is #2778D5. Grayscale: #959595. Windows color (decimal): -2586838 or 2787288. OLE color: 2787288.

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

Color convert

RGB 216 135 42 -
CMYK 0 0.38 0.81 0.15
HSL 32.07º 0.69% 0.51% -
HSV(B) 32.07º 0.81% 0.85% -
XYZ 37.4 32.09 6.41 -
YUV 148.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 216 135 42 0 0.38 0.81 0.15 32.07 0.69 0.51
Hex D8 87 2A 0 26 51 F 20 45 33
Octal 330 207 52 0 46 121 17 40 105 63
Binary 11011000 10000111 101010 0 100110 1010001 1111 100000 1000101 110011

Color Harmonies of #D8872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8872A

Black with #D8872A

Text Example


Text Example

White with #D8872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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