#CDC76A

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

Shades of Tacha #CDC76A

Tints of Tacha #CDC76A

Color information

#CDC76A (or 0xCDC76A) is unknown color: approx Tacha. HEX triplet: CD, C7 and 6A. RGB value is (205,199,106). Sum of RGB (Red+Green+Blue) = 205+199+106=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC76A is #323895. Grayscale: #BEBEBE. Windows color (decimal): -3291286 or 6997965. OLE color: 6997965.

HSL color Cylindrical-coordinate representation of color #CDC76A: hue angle of 56.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDC76A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB205199106-
CMYK00.030.480.20
HSL56.36º49.75%60.98%-
HSV(B)56.36º48.29%80.39%-
XYZ48.254.8721.69-
YUV190.1980.49138.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 199 (78.12% from 255) = 39.02%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=40.20%
G=39.02%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519910600.030.480.2056.3649.7560.98
HexCDC76A03301438323d
Octal315307152036024706275
Binary1100110111000111110101001111000010100111000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC76A; }

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

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

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

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

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

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

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

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