#D8D658

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

Shades of Manz #D8D658

Tints of Manz #D8D658

Color information

#D8D658 (or 0xD8D658) is unknown color: approx Manz. HEX triplet: D8, D6 and 58. RGB value is (216,214,88). Sum of RGB (Red+Green+Blue) = 216+214+88=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D658 is #2729A7. Grayscale: #C8C8C8. Windows color (decimal): -2566568 or 5822168. OLE color: 5822168.

HSL color Cylindrical-coordinate representation of color #D8D658: hue angle of 59.06º degrees, saturation: 0.62, 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 #D8D658 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21621488-
CMYK00.010.590.15
HSL59.06º62.14%59.61%-
HSV(B)59.06º59.26%84.71%-
XYZ54.1363.418.62-
YUV200.2364.66139.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 88 (34.77% from 255) = 16.99%
R=41.70%
G=41.31%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162148800.010.590.1559.0662.1459.61
HexD8D658013BF3b3e3c
Octal330326130017317737674
Binary11011000110101101011000011110111111111011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D658; }

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

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

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

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

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

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

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

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