#CDC55D

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

Shades of Tacha #CDC55D

Tints of Tacha #CDC55D

Color information

#CDC55D (or 0xCDC55D) is unknown color: approx Tacha. HEX triplet: CD, C5 and 5D. RGB value is (205,197,93). Sum of RGB (Red+Green+Blue) = 205+197+93=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC55D is #323AA2. Grayscale: #BBBBBB. Windows color (decimal): -3291811 or 6145485. OLE color: 6145485.

HSL color Cylindrical-coordinate representation of color #CDC55D: hue angle of 55.71º 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 #CDC55D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20519793-
CMYK00.040.550.20
HSL55.71º52.83%58.43%-
HSV(B)55.71º54.63%80.39%-
XYZ47.1253.718.24-
YUV187.5474.65140.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 197 (77.34% from 255) = 39.80%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=41.41%
G=39.80%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051979300.040.550.2055.7152.8358.43
HexCDC55D04371438353a
Octal315305135046724706572
Binary11001101110001011011101010011011110100111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC55D; }

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

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

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

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

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

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

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

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