#CDC464

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

Shades of Tacha #CDC464

Tints of Tacha #CDC464

Color information

#CDC464 (or 0xCDC464) is unknown color: approx Tacha. HEX triplet: CD, C4 and 64. RGB value is (205,196,100). Sum of RGB (Red+Green+Blue) = 205+196+100=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC464 is #323B9B. Grayscale: #BCBCBC. Windows color (decimal): -3292060 or 6603981. OLE color: 6603981.

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

Color convert

RGB205196100-
CMYK00.040.510.20
HSL54.86º51.22%59.8%-
HSV(B)54.86º51.22%80.39%-
XYZ47.2253.3819.87-
YUV187.7578.48140.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 100 (39.45% from 255) = 19.96%
R=40.92%
G=39.12%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519610000.040.510.2054.8651.2259.8
HexCDC46404331437333c
Octal315304144046324676374
Binary11001101110001001100100010011001110100110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC464; }

 p { color: rgb(205,196,100); }

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

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

 a { background-color: rgb(205,196,100); }

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

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

 span { border-color: rgb(205,196,100); }

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