#D1C055

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

Shades of Tacha #D1C055

Tints of Tacha #D1C055

Color information

#D1C055 (or 0xD1C055) is unknown color: approx Tacha. HEX triplet: D1, C0 and 55. RGB value is (209,192,85). Sum of RGB (Red+Green+Blue) = 209+192+85=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C055 is #2E3FAA. Grayscale: #B9B9B9. Windows color (decimal): -3030955 or 5619921. OLE color: 5619921.

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

Color convert

RGB20919285-
CMYK00.080.590.18
HSL51.77º57.41%57.65%-
HSV(B)51.77º59.33%81.96%-
XYZ46.7851.9116.15-
YUV184.8871.63145.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 85 (33.59% from 255) = 17.49%
R=43.00%
G=39.51%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091928500.080.590.1851.7757.4157.65
HexD1C055083B1234393a
Octal3213001250107322647172
Binary110100011100000010101010100011101110010110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C055; }

 p { color: rgb(209,192,85); }

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

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

 a { background-color: rgb(209,192,85); }

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

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

 span { border-color: rgb(209,192,85); }

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