#CD862D

Color #CD862D Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CD862D

Tints of Dixie #CD862D

Color information

#CD862D (or 0xCD862D) is unknown color: approx Dixie. HEX triplet: CD, 86 and 2D. RGB value is (205,134,45). Sum of RGB (Red+Green+Blue) = 205+134+45=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD862D is #3279D2. Grayscale: #919191. Windows color (decimal): -3307987 or 2983629. OLE color: 2983629.

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

Color convert

RGB20513445-
CMYK00.350.780.20
HSL33.38º64%49.02%-
HSV(B)33.38º78.05%80.39%-
XYZ34.1830.226.51-
YUV145.0871.52170.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.39%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 45 (17.97% from 255) = 11.72%
R=53.39%
G=34.90%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051344500.350.780.2033.386449.02
HexCD862D0234E14214031
Octal31520655043116244110061
Binary110011011000011010110101000111001110101001000011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD862D; }

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

 H1.HeaderClassName
 {
   color: #CD862D;
 }
 .AnyTagClassName
 {
   color: #CD862D;
 }
</style>
background-color css

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

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

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

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

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

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