#CC6A33

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

Shades of Gold Drop #CC6A33

Tints of Gold Drop #CC6A33

Color information

#CC6A33 (or 0xCC6A33) is unknown color: approx Gold Drop. HEX triplet: CC, 6A and 33. RGB value is (204,106,51). Sum of RGB (Red+Green+Blue) = 204+106+51=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A33 is #3395CC. Grayscale: #818181. Windows color (decimal): -3380685 or 3369676. OLE color: 3369676.

HSL color Cylindrical-coordinate representation of color #CC6A33: hue angle of 21.57º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6A33 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20410651-
CMYK00.480.750.2
HSL21.57º60%50%-
HSV(B)21.57º75%80%-
XYZ30.6523.386.03-
YUV129.0383.97181.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=56.51%
G=29.36%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041065100.480.750.221.576050
HexCC6A330304B14163c32
Octal3141526306011324267462
Binary110011001101010110011011000010010111010010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6A33; }

 p { color: rgb(204,106,51); }

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

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

 a { background-color: rgb(204,106,51); }

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

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

 span { border-color: rgb(204,106,51); }

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