#CD8630

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

Shades of Dixie #CD8630

Tints of Dixie #CD8630

Color information

#CD8630 (or 0xCD8630) is unknown color: approx Dixie. HEX triplet: CD, 86 and 30. RGB value is (205,134,48). Sum of RGB (Red+Green+Blue) = 205+134+48=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8630 is #3279CF. Grayscale: #919191. Windows color (decimal): -3307984 or 3180237. OLE color: 3180237.

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

Color convert

RGB20513448-
CMYK00.350.770.20
HSL32.87º62.06%49.61%-
HSV(B)32.87º76.59%80.39%-
XYZ34.2430.246.83-
YUV145.4373.02170.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.97%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=52.97%
G=34.63%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051344800.350.770.2032.8762.0649.61
HexCD86300234D14213e32
Octal3152066004311524417662
Binary11001101100001101100000100011100110110100100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8630; }

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

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

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

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

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

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

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

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