#CDC655

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

Shades of Tacha #CDC655

Tints of Tacha #CDC655

Color information

#CDC655 (or 0xCDC655) is unknown color: approx Tacha. HEX triplet: CD, C6 and 55. RGB value is (205,198,85). Sum of RGB (Red+Green+Blue) = 205+198+85=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC655 is #3239AA. Grayscale: #BBBBBB. Windows color (decimal): -3291563 or 5621453. OLE color: 5621453.

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

Color convert

RGB20519885-
CMYK00.030.590.20
HSL56.5º54.55%56.86%-
HSV(B)56.5º58.54%80.39%-
XYZ47.0154.0216.54-
YUV187.2170.32140.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 85 (33.59% from 255) = 17.42%
R=42.01%
G=40.57%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051988500.030.590.2056.554.5556.86
HexCDC655033B14383739
Octal315306125037324706771
Binary1100110111000110101010101111101110100111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC655; }

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

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

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

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

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

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

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

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