#D8D953

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

Shades of Manz #D8D953

Tints of Manz #D8D953

Color information

#D8D953 (or 0xD8D953) is unknown color: approx Manz. HEX triplet: D8, D9 and 53. RGB value is (216,217,83). Sum of RGB (Red+Green+Blue) = 216+217+83=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D953 is #2726AC. Grayscale: #C9C9C9. Windows color (decimal): -2565805 or 5495256. OLE color: 5495256.

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

Color convert

RGB21621783-
CMYK0.0000.620.15
HSL60.45º63.81%58.82%-
HSV(B)60.45º61.75%85.1%-
XYZ54.6964.8517.82-
YUV201.4261.17138.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 83 (32.81% from 255) = 16.09%
R=41.86%
G=42.05%
B=16.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216217830.0000.620.1560.4563.8158.82
HexD8D953003EF3c403b
Octal3303311230076177410073
Binary110110001101100110100110011111011111111001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D953; }

 p { color: rgb(216,217,83); }

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

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

 a { background-color: rgb(216,217,83); }

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

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

 span { border-color: rgb(216,217,83); }

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