#D5DA4F

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

Shades of Manz #D5DA4F

Tints of Manz #D5DA4F

Color information

#D5DA4F (or 0xD5DA4F) is unknown color: approx Manz. HEX triplet: D5, DA and 4F. RGB value is (213,218,79). Sum of RGB (Red+Green+Blue) = 213+218+79=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA4F is #2A25B0. Grayscale: #C9C9C9. Windows color (decimal): -2762161 or 5233365. OLE color: 5233365.

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

Color convert

RGB21321879-
CMYK0.0200.640.15
HSL62.16º65.26%58.24%-
HSV(B)62.16º63.76%85.49%-
XYZ53.9264.8517.07-
YUV200.6659.34136.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.76%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 79 (31.25% from 255) = 15.49%
R=41.76%
G=42.75%
B=15.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218790.0200.640.1562.1665.2658.24
HexD5DA4F2040F3e413a
Octal32533211720100177610172
Binary11010101110110101001111100100000011111111101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA4F; }

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

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

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

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

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

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

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

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