#D8C154

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

Shades of Tacha #D8C154

Tints of Tacha #D8C154

Color information

#D8C154 (or 0xD8C154) is unknown color: approx Tacha. HEX triplet: D8, C1 and 54. RGB value is (216,193,84). Sum of RGB (Red+Green+Blue) = 216+193+84=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C154 is #273EAB. Grayscale: #BBBBBB. Windows color (decimal): -2571948 or 5554648. OLE color: 5554648.

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

Color convert

RGB21619384-
CMYK00.110.610.15
HSL49.55º62.86%58.82%-
HSV(B)49.55º61.11%84.71%-
XYZ48.9953.3816.11-
YUV187.4569.62148.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 193 (75.78% from 255) = 39.15%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=43.81%
G=39.15%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161938400.110.610.1549.5562.8658.82
HexD8C1540B3DF323f3b
Octal3303011240137517627773
Binary11011000110000011010100010111111011111110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C154; }

 p { color: rgb(216,193,84); }

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

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

 a { background-color: rgb(216,193,84); }

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

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

 span { border-color: rgb(216,193,84); }

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