#D8C55F

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

Shades of Tacha #D8C55F

Tints of Tacha #D8C55F

Color information

#D8C55F (or 0xD8C55F) is unknown color: approx Tacha. HEX triplet: D8, C5 and 5F. RGB value is (216,197,95). Sum of RGB (Red+Green+Blue) = 216+197+95=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C55F is #273AA0. Grayscale: #BFBFBF. Windows color (decimal): -2570913 or 6276568. OLE color: 6276568.

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

Color convert

RGB21619795-
CMYK00.090.560.15
HSL50.58º60.8%60.98%-
HSV(B)50.58º56.02%84.71%-
XYZ50.3555.3618.86-
YUV191.0573.79145.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 95 (37.5% from 255) = 18.70%
R=42.52%
G=38.78%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161979500.090.560.1550.5860.860.98
HexD8C55F0938F333d3d
Octal3303051370117017637575
Binary11011000110001011011111010011110001111110011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C55F; }

 p { color: rgb(216,197,95); }

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

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

 a { background-color: rgb(216,197,95); }

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

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

 span { border-color: rgb(216,197,95); }

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