Html Css Color HEX #D1862D Dixie

📋 copy color: '#D1862D'

red 209 ◦ green 134 ◦ blue 45

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

Shades of Dixie #D1862D

Tints of Dixie #D1862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 53.87%
G = 34.54%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1862D (or 0xD1862D) is known color: Dixie. HEX triplet: D1, 86 and 2D. RGB value is (209,134,45). Sum of RGB (Red+Green+Blue) = 209+134+45=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1862D is #2E79D2. Grayscale: #929292. Windows color (decimal): -3045843 or 2983633. OLE color: 2983633.

HSL color Cylindrical-coordinate representation of color #D1862D: hue angle of 32.56º degrees, saturation: 0.65, 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 #D1862D is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 134 45 -
CMYK 0 0.36 0.78 0.18
HSL 32.56º 0.65% 0.5% -
HSV(B) 32.56º 0.78% 0.82% -
XYZ 35.29 30.79 6.57 -
YUV 146.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 209 134 45 0 0.36 0.78 0.18 32.56 0.65 0.5
Hex D1 86 2D 0 24 4E 12 21 41 32
Octal 321 206 55 0 44 116 22 41 101 62
Binary 11010001 10000110 101101 0 100100 1001110 10010 100001 1000001 110010

Color Harmonies of #D1862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1862D

Black with #D1862D

Text Example


Text Example

White with #D1862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1862D; }

 p { color: rgb(209,134,45); }

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

background-color css

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

 a { background-color: rgb(209,134,45); }

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

border-color css

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

 span { border-color: rgb(209,134,45); }

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