#d6d74f

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

Shades of Manz #D6D74F

Tints of Manz #D6D74F

Color information

#D6D74F (or 0xD6D74F) is unknown color: approx Manz. HEX triplet: D6, D7 and 4F. RGB value is (214,215,79). Sum of RGB (Red+Green+Blue) = 214+215+79=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D74F is #2928B0. Grayscale: #C7C7C7. Windows color (decimal): -2697393 or 5232598. OLE color: 5232598.

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

Color convert

RGB21421579-
CMYK0.0000.630.16
HSL60.44º62.96%57.65%-
HSV(B)60.44º63.26%84.31%-
XYZ53.4463.4616.83-
YUV199.260.17138.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 79 (31.25% from 255) = 15.55%
R=42.13%
G=42.32%
B=15.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214215790.0000.630.1660.4462.9657.65
HexD6D74F003F103c3f3a
Octal326327117007720747772
Binary110101101101011110011110011111110000111100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d74f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d74f; }

 p { color: rgb(214,215,79); }

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

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

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

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

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

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

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