#CDC65D

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

Shades of Tacha #CDC65D

Tints of Tacha #CDC65D

Color information

#CDC65D (or 0xCDC65D) is unknown color: approx Tacha. HEX triplet: CD, C6 and 5D. RGB value is (205,198,93). Sum of RGB (Red+Green+Blue) = 205+198+93=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC65D is #3239A2. Grayscale: #BCBCBC. Windows color (decimal): -3291555 or 6145741. OLE color: 6145741.

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

Color convert

RGB20519893-
CMYK00.030.550.20
HSL56.25º52.83%58.43%-
HSV(B)56.25º54.63%80.39%-
XYZ47.3554.1618.31-
YUV188.1274.32140.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=41.33%
G=39.92%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051989300.030.550.2056.2552.8358.43
HexCDC65D03371438353a
Octal315306135036724706572
Binary1100110111000110101110101111011110100111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC65D; }

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

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

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

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

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

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

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

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