#D1C56A

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

Shades of Tacha #D1C56A

Tints of Tacha #D1C56A

Color information

#D1C56A (or 0xD1C56A) is unknown color: approx Tacha. HEX triplet: D1, C5 and 6A. RGB value is (209,197,106). Sum of RGB (Red+Green+Blue) = 209+197+106=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C56A is #2E3A95. Grayscale: #BEBEBE. Windows color (decimal): -3029654 or 6997457. OLE color: 6997457.

HSL color Cylindrical-coordinate representation of color #D1C56A: hue angle of 53.01º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1C56A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209197106-
CMYK00.060.490.18
HSL53.01º52.82%61.76%-
HSV(B)53.01º49.28%81.96%-
XYZ48.8654.5321.59-
YUV190.2180.48141.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=40.82%
G=38.48%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919710600.060.490.1853.0152.8261.76
HexD1C56A06311235353e
Octal321305152066122656576
Binary11010001110001011101010011011000110010110101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C56A; }

 p { color: rgb(209,197,106); }

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

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

 a { background-color: rgb(209,197,106); }

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

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

 span { border-color: rgb(209,197,106); }

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