#CD8430

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

Shades of Dixie #CD8430

Tints of Dixie #CD8430

Color information

#CD8430 (or 0xCD8430) is unknown color: approx Dixie. HEX triplet: CD, 84 and 30. RGB value is (205,132,48). Sum of RGB (Red+Green+Blue) = 205+132+48=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8430 is #327BCF. Grayscale: #909090. Windows color (decimal): -3308496 or 3179725. OLE color: 3179725.

HSL color Cylindrical-coordinate representation of color #CD8430: hue angle of 32.1º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD8430 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20513248-
CMYK00.360.770.20
HSL32.1º62.06%49.61%-
HSV(B)32.1º76.59%80.39%-
XYZ33.9629.76.74-
YUV144.2573.68171.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 48 (19.14% from 255) = 12.47%
R=53.25%
G=34.29%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051324800.360.770.2032.162.0649.61
HexCD84300244D14203e32
Octal3152046004411524407662
Binary11001101100001001100000100100100110110100100000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8430; }

 p { color: rgb(205,132,48); }

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

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

 a { background-color: rgb(205,132,48); }

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

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

 span { border-color: rgb(205,132,48); }

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