#D1C36B

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

Shades of Tacha #D1C36B

Tints of Tacha #D1C36B

Color information

#D1C36B (or 0xD1C36B) is unknown color: approx Tacha. HEX triplet: D1, C3 and 6B. RGB value is (209,195,107). Sum of RGB (Red+Green+Blue) = 209+195+107=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C36B is #2E3C94. Grayscale: #BDBDBD. Windows color (decimal): -3030165 or 7062481. OLE color: 7062481.

HSL color Cylindrical-coordinate representation of color #D1C36B: hue angle of 51.76º 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 #D1C36B is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209195107-
CMYK00.070.490.18
HSL51.76º52.58%61.96%-
HSV(B)51.76º48.8%81.96%-
XYZ48.4653.6521.71-
YUV189.1581.64142.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=40.90%
G=38.16%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919510700.070.490.1851.7652.5861.96
HexD1C36B07311234353e
Octal321303153076122646576
Binary11010001110000111101011011111000110010110100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C36B; }

 p { color: rgb(209,195,107); }

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

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

 a { background-color: rgb(209,195,107); }

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

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

 span { border-color: rgb(209,195,107); }

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