#D8C057

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

Shades of Tacha #D8C057

Tints of Tacha #D8C057

Color information

#D8C057 (or 0xD8C057) is unknown color: approx Tacha. HEX triplet: D8, C0 and 57. RGB value is (216,192,87). Sum of RGB (Red+Green+Blue) = 216+192+87=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C057 is #273FA8. Grayscale: #BBBBBB. Windows color (decimal): -2572201 or 5751000. OLE color: 5751000.

HSL color Cylindrical-coordinate representation of color #D8C057: hue angle of 48.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8C057 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21619287-
CMYK00.110.600.15
HSL48.84º62.32%59.41%-
HSV(B)48.84º59.72%84.71%-
XYZ48.8952.9916.67-
YUV187.2171.45148.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.64%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=43.64%
G=38.79%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161928700.110.600.1548.8462.3259.41
HexD8C0570B3CF313e3b
Octal3303001270137417617673
Binary11011000110000001010111010111111001111110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C057; }

 p { color: rgb(216,192,87); }

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

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

 a { background-color: rgb(216,192,87); }

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

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

 span { border-color: rgb(216,192,87); }

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