Html Css Color HEX #D1872E Dixie

📋 copy color: '#D1872E'

red 209 ◦ green 135 ◦ blue 46

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

Shades of Dixie #D1872E

Tints of Dixie #D1872E

RGB

 RED value IS 209 (82.03% from 255) = 53.59%

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

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 53.59%
G = 34.62%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1872E (or 0xD1872E) is known color: Dixie. HEX triplet: D1, 87 and 2E. RGB value is (209,135,46). Sum of RGB (Red+Green+Blue) = 209+135+46=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1872E is #2E78D1. Grayscale: #939393. Windows color (decimal): -3045586 or 3049425. OLE color: 3049425.

HSL color Cylindrical-coordinate representation of color #D1872E: hue angle of 32.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1872E is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 46 -
CMYK 0 0.35 0.78 0.18
HSL 32.76º 0.64% 0.5% -
HSV(B) 32.76º 0.78% 0.82% -
XYZ 35.45 31.08 6.72 -
YUV 146.98 71.02 172.24 -
System Red Green Blue C M Y K H S L
Decimal 209 135 46 0 0.35 0.78 0.18 32.76 0.64 0.5
Hex D1 87 2E 0 23 4E 12 21 40 32
Octal 321 207 56 0 43 116 22 41 100 62
Binary 11010001 10000111 101110 0 100011 1001110 10010 100001 1000000 110010

Color Harmonies of #D1872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1872E

Black with #D1872E

Text Example


Text Example

White with #D1872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1872E; }

 p { color: rgb(209,135,46); }

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

background-color css

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

 a { background-color: rgb(209,135,46); }

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

border-color css

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

 span { border-color: rgb(209,135,46); }

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