#CDC75C

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

Shades of Tacha #CDC75C

Tints of Tacha #CDC75C

Color information

#CDC75C (or 0xCDC75C) is unknown color: approx Tacha. HEX triplet: CD, C7 and 5C. RGB value is (205,199,92). Sum of RGB (Red+Green+Blue) = 205+199+92=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC75C is #3238A3. Grayscale: #BDBDBD. Windows color (decimal): -3291300 or 6080461. OLE color: 6080461.

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

Color convert

RGB20519992-
CMYK00.030.550.20
HSL56.81º53.05%58.24%-
HSV(B)56.81º55.12%80.39%-
XYZ47.5354.618.16-
YUV188.673.49139.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 92 (36.33% from 255) = 18.55%
R=41.33%
G=40.12%
B=18.55%

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
Decimal2051999200.030.550.2056.8153.0558.24
HexCDC75C03371439353a
Octal315307134036724716572
Binary1100110111000111101110001111011110100111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC75C; }

 p { color: rgb(205,199,92); }

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

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

 a { background-color: rgb(205,199,92); }

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

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

 span { border-color: rgb(205,199,92); }

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