#CD8935

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

Shades of Dixie #CD8935

Tints of Dixie #CD8935

Color information

#CD8935 (or 0xCD8935) is unknown color: approx Dixie. HEX triplet: CD, 89 and 35. RGB value is (205,137,53). Sum of RGB (Red+Green+Blue) = 205+137+53=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8935 is #3276CA. Grayscale: #949494. Windows color (decimal): -3307211 or 3508685. OLE color: 3508685.

HSL color Cylindrical-coordinate representation of color #CD8935: hue angle of 33.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD8935 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20513753-
CMYK00.330.740.20
HSL33.16º60.32%50.59%-
HSV(B)33.16º74.15%80.39%-
XYZ34.7731.137.54-
YUV147.7674.53168.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=51.90%
G=34.68%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051375300.330.740.2033.1660.3250.59
HexCD89350214A14213c33
Octal3152116504111224417463
Binary11001101100010011101010100001100101010100100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8935; }

 p { color: rgb(205,137,53); }

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

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

 a { background-color: rgb(205,137,53); }

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

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

 span { border-color: rgb(205,137,53); }

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