#CDC760

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

Shades of Tacha #CDC760

Tints of Tacha #CDC760

Color information

#CDC760 (or 0xCDC760) is unknown color: approx Tacha. HEX triplet: CD, C7 and 60. RGB value is (205,199,96). Sum of RGB (Red+Green+Blue) = 205+199+96=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC760 is #32389F. Grayscale: #BDBDBD. Windows color (decimal): -3291296 or 6342605. OLE color: 6342605.

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

Color convert

RGB20519996-
CMYK00.030.530.20
HSL56.7º52.15%59.02%-
HSV(B)56.7º53.17%80.39%-
XYZ47.7154.6719.1-
YUV189.0575.49139.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 96 (37.89% from 255) = 19.2%
R=41%
G=39.8%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051999600.030.530.2056.752.1559.02
HexCDC76003351439343b
Octal315307140036524716473
Binary1100110111000111110000001111010110100111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC760; }

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

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

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

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

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

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

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

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