#D5D757

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

Shades of Manz #D5D757

Tints of Manz #D5D757

Color information

#D5D757 (or 0xD5D757) is unknown color: approx Manz. HEX triplet: D5, D7 and 57. RGB value is (213,215,87). Sum of RGB (Red+Green+Blue) = 213+215+87=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D757 is #2A28A8. Grayscale: #C8C8C8. Windows color (decimal): -2762921 or 5756885. OLE color: 5756885.

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

Color convert

RGB21321587-
CMYK0.0100.600.16
HSL60.94º61.54%59.22%-
HSV(B)60.94º59.53%84.31%-
XYZ53.4663.4418.44-
YUV199.8164.34137.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 87 (34.38% from 255) = 16.89%
R=41.36%
G=41.75%
B=16.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213215870.0100.600.1660.9461.5459.22
HexD5D757103C103d3e3b
Octal325327127107420757673
Binary110101011101011110101111011110010000111101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D757; }

 p { color: rgb(213,215,87); }

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

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

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

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

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

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

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