#D6D958

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

Shades of Manz #D6D958

Tints of Manz #D6D958

Color information

#D6D958 (or 0xD6D958) is unknown color: approx Manz. HEX triplet: D6, D9 and 58. RGB value is (214,217,88). Sum of RGB (Red+Green+Blue) = 214+217+88=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D958 is #2926A7. Grayscale: #C9C9C9. Windows color (decimal): -2696872 or 5822934. OLE color: 5822934.

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

Color convert

RGB21421788-
CMYK0.0100.590.15
HSL61.4º62.93%59.8%-
HSV(B)61.4º59.45%85.1%-
XYZ54.3164.6318.84-
YUV201.464.01136.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 88 (34.77% from 255) = 16.96%
R=41.23%
G=41.81%
B=16.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214217880.0100.590.1561.462.9359.8
HexD6D958103BF3d3f3c
Octal326331130107317757774
Binary11010110110110011011000101110111111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D958; }

 p { color: rgb(214,217,88); }

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

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

 a { background-color: rgb(214,217,88); }

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

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

 span { border-color: rgb(214,217,88); }

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