#CCC65D

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

Shades of Tacha #CCC65D

Tints of Tacha #CCC65D

Color information

#CCC65D (or 0xCCC65D) is unknown color: approx Tacha. HEX triplet: CC, C6 and 5D. RGB value is (204,198,93). Sum of RGB (Red+Green+Blue) = 204+198+93=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC65D is #3339A2. Grayscale: #BCBCBC. Windows color (decimal): -3357091 or 6145740. OLE color: 6145740.

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

Color convert

RGB20419893-
CMYK00.030.540.2
HSL56.76º52.11%58.24%-
HSV(B)56.76º54.41%80%-
XYZ47.0754.0218.3-
YUV187.8274.49139.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=41.21%
G=40%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041989300.030.540.256.7652.1158.24
HexCCC65D03361439343a
Octal314306135036624716472
Binary1100110011000110101110101111011010100111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC65D; }

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

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

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

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

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

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

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

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