#D0D756

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

Shades of Manz #D0D756

Tints of Manz #D0D756

Color information

#D0D756 (or 0xD0D756) is unknown color: approx Manz. HEX triplet: D0, D7 and 56. RGB value is (208,215,86). Sum of RGB (Red+Green+Blue) = 208+215+86=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D756 is #2F28A9. Grayscale: #C6C6C6. Windows color (decimal): -3090602 or 5691344. OLE color: 5691344.

HSL color Cylindrical-coordinate representation of color #D0D756: hue angle of 63.26º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0D756 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB20821586-
CMYK0.0300.60.16
HSL63.26º61.72%59.02%-
HSV(B)63.26º60%84.31%-
XYZ51.9962.6818.16-
YUV198.264.68134.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 86 (33.98% from 255) = 16.90%
R=40.86%
G=42.24%
B=16.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208215860.0300.60.1663.2661.7259.02
HexD0D756303C103f3e3b
Octal320327126307420777673
Binary1101000011010111101011011011110010000111111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D756; }

 p { color: rgb(208,215,86); }

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

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

 a { background-color: rgb(208,215,86); }

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

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

 span { border-color: rgb(208,215,86); }

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