#D1C35A

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

Shades of Tacha #D1C35A

Tints of Tacha #D1C35A

Color information

#D1C35A (or 0xD1C35A) is unknown color: approx Tacha. HEX triplet: D1, C3 and 5A. RGB value is (209,195,90). Sum of RGB (Red+Green+Blue) = 209+195+90=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C35A is #2E3CA5. Grayscale: #BBBBBB. Windows color (decimal): -3030182 or 5948369. OLE color: 5948369.

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

Color convert

RGB20919590-
CMYK00.070.570.18
HSL52.94º56.4%58.63%-
HSV(B)52.94º56.94%81.96%-
XYZ47.6653.3217.45-
YUV187.2273.14143.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.31%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=42.31%
G=39.47%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091959000.070.570.1852.9456.458.63
HexD1C35A07391235383b
Octal321303132077122657073
Binary11010001110000111011010011111100110010110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C35A; }

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

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

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

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

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

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

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

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