#CCC06D

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

Shades of Tacha #CCC06D

Tints of Tacha #CCC06D

Color information

#CCC06D (or 0xCCC06D) is unknown color: approx Tacha. HEX triplet: CC, C0 and 6D. RGB value is (204,192,109). Sum of RGB (Red+Green+Blue) = 204+192+109=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC06D is #333F92. Grayscale: #BABABA. Windows color (decimal): -3358611 or 7192780. OLE color: 7192780.

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

Color convert

RGB204192109-
CMYK00.060.470.2
HSL52.42º48.22%61.37%-
HSV(B)52.42º46.57%80%-
XYZ46.5151.6421.98-
YUV186.1384.48140.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=40.40%
G=38.02%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419210900.060.470.252.4248.2261.37
HexCCC06D062F1434303d
Octal314300155065724646075
Binary11001100110000001101101011010111110100110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC06D; }

 p { color: rgb(204,192,109); }

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

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

 a { background-color: rgb(204,192,109); }

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

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

 span { border-color: rgb(204,192,109); }

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