#CDC15D

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

Shades of Tacha #CDC15D

Tints of Tacha #CDC15D

Color information

#CDC15D (or 0xCDC15D) is unknown color: approx Tacha. HEX triplet: CD, C1 and 5D. RGB value is (205,193,93). Sum of RGB (Red+Green+Blue) = 205+193+93=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC15D is #323EA2. Grayscale: #B9B9B9. Windows color (decimal): -3292835 or 6144461. OLE color: 6144461.

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

Color convert

RGB20519393-
CMYK00.060.550.20
HSL53.57º52.83%58.43%-
HSV(B)53.57º54.63%80.39%-
XYZ46.2251.9117.94-
YUV185.1975.98142.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 93 (36.72% from 255) = 18.94%
R=41.75%
G=39.31%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051939300.060.550.2053.5752.8358.43
HexCDC15D06371436353a
Octal315301135066724666572
Binary11001101110000011011101011011011110100110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC15D; }

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

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

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

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

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

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

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

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