#CC6933

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

Shades of Gold Drop #CC6933

Tints of Gold Drop #CC6933

Color information

#CC6933 (or 0xCC6933) is unknown color: approx Gold Drop. HEX triplet: CC, 69 and 33. RGB value is (204,105,51). Sum of RGB (Red+Green+Blue) = 204+105+51=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6933 is #3396CC. Grayscale: #808080. Windows color (decimal): -3380941 or 3369420. OLE color: 3369420.

HSL color Cylindrical-coordinate representation of color #CC6933: hue angle of 21.18º 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 #CC6933 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20410551-
CMYK00.490.750.2
HSL21.18º60%50%-
HSV(B)21.18º75%80%-
XYZ30.5523.186-
YUV128.4484.3181.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 51 (20.31% from 255) = 14.17%
R=56.67%
G=29.17%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041055100.490.750.221.186050
HexCC69330314B14153c32
Octal3141516306111324257462
Binary110011001101001110011011000110010111010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6933; }

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

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

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

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

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

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

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

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