#D0D551

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

Shades of Manz #D0D551

Tints of Manz #D0D551

Color information

#D0D551 (or 0xD0D551) is unknown color: approx Manz. HEX triplet: D0, D5 and 51. RGB value is (208,213,81). Sum of RGB (Red+Green+Blue) = 208+213+81=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D551 is #2F2AAE. Grayscale: #C4C4C4. Windows color (decimal): -3091119 or 5363152. OLE color: 5363152.

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

Color convert

RGB20821381-
CMYK0.0200.620.16
HSL62.27º61.11%57.65%-
HSV(B)62.27º61.97%83.53%-
XYZ51.2961.5916.97-
YUV196.4662.84136.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 81 (32.03% from 255) = 16.14%
R=41.43%
G=42.43%
B=16.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208213810.0200.620.1662.2761.1157.65
HexD0D551203E103e3d3a
Octal320325121207620767572
Binary1101000011010101101000110011111010000111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D551; }

 p { color: rgb(208,213,81); }

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

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

 a { background-color: rgb(208,213,81); }

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

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

 span { border-color: rgb(208,213,81); }

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