#CDC15F

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

Shades of Tacha #CDC15F

Tints of Tacha #CDC15F

Color information

#CDC15F (or 0xCDC15F) is unknown color: approx Tacha. HEX triplet: CD, C1 and 5F. RGB value is (205,193,95). Sum of RGB (Red+Green+Blue) = 205+193+95=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC15F is #323EA0. Grayscale: #B9B9B9. Windows color (decimal): -3292833 or 6275533. OLE color: 6275533.

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

Color convert

RGB20519395-
CMYK00.060.540.20
HSL53.45º52.38%58.82%-
HSV(B)53.45º53.66%80.39%-
XYZ46.3151.9518.41-
YUV185.4276.98141.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.58%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 95 (37.5% from 255) = 19.27%
R=41.58%
G=39.15%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051939500.060.540.2053.4552.3858.82
HexCDC15F06361435343b
Octal315301137066624656473
Binary11001101110000011011111011011011010100110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC15F; }

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

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

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

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

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

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

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

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