#D8D54F

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

Shades of Manz #D8D54F

Tints of Manz #D8D54F

Color information

#D8D54F (or 0xD8D54F) is unknown color: approx Manz. HEX triplet: D8, D5 and 4F. RGB value is (216,213,79). Sum of RGB (Red+Green+Blue) = 216+213+79=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D54F is #272AB0. Grayscale: #C7C7C7. Windows color (decimal): -2566833 or 5232088. OLE color: 5232088.

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

Color convert

RGB21621379-
CMYK00.010.630.15
HSL58.69º63.72%57.84%-
HSV(B)58.69º63.43%84.71%-
XYZ53.5262.7516.69-
YUV198.6260.49140.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 79 (31.25% from 255) = 15.55%
R=42.52%
G=41.93%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162137900.010.630.1558.6963.7257.84
HexD8D54F013FF3b403a
Octal3303251170177177310072
Binary110110001101010110011110111111111111110111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D54F; }

 p { color: rgb(216,213,79); }

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

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

 a { background-color: rgb(216,213,79); }

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

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

 span { border-color: rgb(216,213,79); }

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