#CDC359

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

Shades of Tacha #CDC359

Tints of Tacha #CDC359

Color information

#CDC359 (or 0xCDC359) is unknown color: approx Tacha. HEX triplet: CD, C3 and 59. RGB value is (205,195,89). Sum of RGB (Red+Green+Blue) = 205+195+89=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC359 is #323CA6. Grayscale: #BABABA. Windows color (decimal): -3292327 or 5882829. OLE color: 5882829.

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

Color convert

RGB20519589-
CMYK00.050.570.20
HSL54.83º53.7%57.65%-
HSV(B)54.83º56.59%80.39%-
XYZ46.552.7317.18-
YUV185.9173.31141.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 89 (35.16% from 255) = 18.20%
R=41.92%
G=39.88%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051958900.050.570.2054.8353.757.65
HexCDC35905391437363a
Octal315303131057124676672
Binary11001101110000111011001010111100110100110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC359; }

 p { color: rgb(205,195,89); }

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

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

 a { background-color: rgb(205,195,89); }

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

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

 span { border-color: rgb(205,195,89); }

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