#CDC060

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

Shades of Tacha #CDC060

Tints of Tacha #CDC060

Color information

#CDC060 (or 0xCDC060) is unknown color: approx Tacha. HEX triplet: CD, C0 and 60. RGB value is (205,192,96). Sum of RGB (Red+Green+Blue) = 205+192+96=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC060 is #323F9F. Grayscale: #B9B9B9. Windows color (decimal): -3293088 or 6340813. OLE color: 6340813.

HSL color Cylindrical-coordinate representation of color #CDC060: hue angle of 52.84º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDC060 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20519296-
CMYK00.060.530.20
HSL52.84º52.15%59.02%-
HSV(B)52.84º53.17%80.39%-
XYZ46.1451.5218.58-
YUV184.9477.81142.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 192 (75.39% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=41.58%
G=38.95%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051929600.060.530.2052.8452.1559.02
HexCDC06006351435343b
Octal315300140066524656473
Binary11001101110000001100000011011010110100110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC060; }

 p { color: rgb(205,192,96); }

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

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

 a { background-color: rgb(205,192,96); }

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

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

 span { border-color: rgb(205,192,96); }

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