#D1C26C

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

Shades of Tacha #D1C26C

Tints of Tacha #D1C26C

Color information

#D1C26C (or 0xD1C26C) is unknown color: approx Tacha. HEX triplet: D1, C2 and 6C. RGB value is (209,194,108). Sum of RGB (Red+Green+Blue) = 209+194+108=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C26C is #2E3D93. Grayscale: #BDBDBD. Windows color (decimal): -3030420 or 7127761. OLE color: 7127761.

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

Color convert

RGB209194108-
CMYK00.070.480.18
HSL51.09º52.33%62.16%-
HSV(B)51.09º48.33%81.96%-
XYZ48.2953.2221.91-
YUV188.6882.47142.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=40.90%
G=37.96%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919410800.070.480.1851.0952.3362.16
HexD1C26C07301233343e
Octal321302154076022636476
Binary11010001110000101101100011111000010010110011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C26C; }

 p { color: rgb(209,194,108); }

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

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

 a { background-color: rgb(209,194,108); }

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

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

 span { border-color: rgb(209,194,108); }

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