#CD8A35

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

Shades of Dixie #CD8A35

Tints of Dixie #CD8A35

Color information

#CD8A35 (or 0xCD8A35) is unknown color: approx Dixie. HEX triplet: CD, 8A and 35. RGB value is (205,138,53). Sum of RGB (Red+Green+Blue) = 205+138+53=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A35 is #3275CA. Grayscale: #949494. Windows color (decimal): -3306955 or 3508941. OLE color: 3508941.

HSL color Cylindrical-coordinate representation of color #CD8A35: hue angle of 33.55º 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 #CD8A35 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20513853-
CMYK00.330.740.20
HSL33.55º60.32%50.59%-
HSV(B)33.55º74.15%80.39%-
XYZ34.9131.417.59-
YUV148.3474.2168.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=51.77%
G=34.85%
B=13.38%

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
Decimal2051385300.330.740.2033.5560.3250.59
HexCD8A350214A14223c33
Octal3152126504111224427463
Binary11001101100010101101010100001100101010100100010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A35; }

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

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

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

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

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

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

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

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