#CCC35D

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

Shades of Tacha #CCC35D

Tints of Tacha #CCC35D

Color information

#CCC35D (or 0xCCC35D) is unknown color: approx Tacha. HEX triplet: CC, C3 and 5D. RGB value is (204,195,93). Sum of RGB (Red+Green+Blue) = 204+195+93=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35D is #333CA2. Grayscale: #BABABA. Windows color (decimal): -3357859 or 6144972. OLE color: 6144972.

HSL color Cylindrical-coordinate representation of color #CCC35D: hue angle of 55.14º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC35D is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB20419593-
CMYK00.040.540.2
HSL55.14º52.11%58.24%-
HSV(B)55.14º54.41%80%-
XYZ46.3952.6618.07-
YUV186.0675.48140.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=41.46%
G=39.63%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041959300.040.540.255.1452.1158.24
HexCCC35D04361437343a
Octal314303135046624676472
Binary11001100110000111011101010011011010100110111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC35D; }

 p { color: rgb(204,195,93); }

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

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

 a { background-color: rgb(204,195,93); }

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

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

 span { border-color: rgb(204,195,93); }

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