#D1C15E

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

Shades of Tacha #D1C15E

Tints of Tacha #D1C15E

Color information

#D1C15E (or 0xD1C15E) is unknown color: approx Tacha. HEX triplet: D1, C1 and 5E. RGB value is (209,193,94). Sum of RGB (Red+Green+Blue) = 209+193+94=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C15E is #2E3EA1. Grayscale: #BABABA. Windows color (decimal): -3030690 or 6210001. OLE color: 6210001.

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

Color convert

RGB20919394-
CMYK00.080.550.18
HSL51.65º55.56%59.41%-
HSV(B)51.65º55.02%81.96%-
XYZ47.3852.518.23-
YUV186.575.8144.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=42.14%
G=38.91%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091939400.080.550.1851.6555.5659.41
HexD1C15E08371234383b
Octal3213011360106722647073
Binary110100011100000110111100100011011110010110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C15E; }

 p { color: rgb(209,193,94); }

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

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

 a { background-color: rgb(209,193,94); }

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

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

 span { border-color: rgb(209,193,94); }

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