#CDC666

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

Shades of Tacha #CDC666

Tints of Tacha #CDC666

Color information

#CDC666 (or 0xCDC666) is unknown color: approx Tacha. HEX triplet: CD, C6 and 66. RGB value is (205,198,102). Sum of RGB (Red+Green+Blue) = 205+198+102=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC666 is #323999. Grayscale: #BDBDBD. Windows color (decimal): -3291546 or 6735565. OLE color: 6735565.

HSL color Cylindrical-coordinate representation of color #CDC666: hue angle of 55.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDC666 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205198102-
CMYK00.030.500.20
HSL55.92º50.74%60.2%-
HSV(B)55.92º50.24%80.39%-
XYZ47.7754.3320.54-
YUV189.1578.82139.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 102 (40.23% from 255) = 20.20%
R=40.59%
G=39.21%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519810200.030.500.2055.9250.7460.2
HexCDC66603321438333c
Octal315306146036224706374
Binary1100110111000110110011001111001010100111000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC666; }

 p { color: rgb(205,198,102); }

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

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

 a { background-color: rgb(205,198,102); }

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

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

 span { border-color: rgb(205,198,102); }

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