#CDC25F

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

Shades of Tacha #CDC25F

Tints of Tacha #CDC25F

Color information

#CDC25F (or 0xCDC25F) is unknown color: approx Tacha. HEX triplet: CD, C2 and 5F. RGB value is (205,194,95). Sum of RGB (Red+Green+Blue) = 205+194+95=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC25F is #323DA0. Grayscale: #BABABA. Windows color (decimal): -3292577 or 6275789. OLE color: 6275789.

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

Color convert

RGB20519495-
CMYK00.050.540.20
HSL54º52.38%58.82%-
HSV(B)54º53.66%80.39%-
XYZ46.5352.3918.49-
YUV18676.64141.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 95 (37.5% from 255) = 19.23%
R=41.50%
G=39.27%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051949500.050.540.205452.3858.82
HexCDC25F05361436343b
Octal315302137056624666473
Binary11001101110000101011111010111011010100110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC25F; }

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

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

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

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

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

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

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

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