#CDC563

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

Shades of Tacha #CDC563

Tints of Tacha #CDC563

Color information

#CDC563 (or 0xCDC563) is unknown color: approx Tacha. HEX triplet: CD, C5 and 63. RGB value is (205,197,99). Sum of RGB (Red+Green+Blue) = 205+197+99=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC563 is #323A9C. Grayscale: #BCBCBC. Windows color (decimal): -3291805 or 6538701. OLE color: 6538701.

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

Color convert

RGB20519799-
CMYK00.040.520.20
HSL55.47º51.46%59.61%-
HSV(B)55.47º51.71%80.39%-
XYZ47.453.8119.69-
YUV188.2277.65139.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 99 (39.06% from 255) = 19.76%
R=40.92%
G=39.32%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051979900.040.520.2055.4751.4659.61
HexCDC56304341437333c
Octal315305143046424676374
Binary11001101110001011100011010011010010100110111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC563; }

 p { color: rgb(205,197,99); }

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

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

 a { background-color: rgb(205,197,99); }

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

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

 span { border-color: rgb(205,197,99); }

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