#D5D54F

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

Shades of Manz #D5D54F

Tints of Manz #D5D54F

Color information

#D5D54F (or 0xD5D54F) is unknown color: approx Manz. HEX triplet: D5, D5 and 4F. RGB value is (213,213,79). Sum of RGB (Red+Green+Blue) = 213+213+79=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D54F is #2A2AB0. Grayscale: #C6C6C6. Windows color (decimal): -2763441 or 5232085. OLE color: 5232085.

HSL color Cylindrical-coordinate representation of color #D5D54F: hue angle of 60º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5D54F is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21321379-
CMYK000.630.16
HSL60º61.47%57.25%-
HSV(B)60º62.91%83.53%-
XYZ52.6562.316.65-
YUV197.7261138.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 79 (31.25% from 255) = 15.64%
R=42.18%
G=42.18%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321379000.630.166061.4757.25
HexD5D54F003F103c3d39
Octal325325117007720747571
Binary110101011101010110011110011111110000111100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D54F; }

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

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

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

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

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

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

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

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