#cc8330

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

Shades of Dixie #CC8330

Tints of Dixie #CC8330

Color information

#CC8330 (or 0xCC8330) is unknown color: approx Dixie. HEX triplet: CC, 83 and 30. RGB value is (204,131,48). Sum of RGB (Red+Green+Blue) = 204+131+48=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8330 is #337CCF. Grayscale: #8F8F8F. Windows color (decimal): -3374288 or 3179468. OLE color: 3179468.

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

Color convert

RGB20413148-
CMYK00.360.760.2
HSL31.92º61.9%49.41%-
HSV(B)31.92º76.47%80%-
XYZ33.5529.286.68-
YUV143.3674.18171.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=53.26%
G=34.20%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041314800.360.760.231.9261.949.41
HexCC83300244C14203e31
Octal3142036004411424407661
Binary11001100100000111100000100100100110010100100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8330; }

 p { color: rgb(204,131,48); }

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

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

 a { background-color: rgb(204,131,48); }

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

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

 span { border-color: rgb(204,131,48); }

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