#D7D755

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

Shades of Manz #D7D755

Tints of Manz #D7D755

Color information

#D7D755 (or 0xD7D755) is unknown color: approx Manz. HEX triplet: D7, D7 and 55. RGB value is (215,215,85). Sum of RGB (Red+Green+Blue) = 215+215+85=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D755 is #2828AA. Grayscale: #C8C8C8. Windows color (decimal): -2631851 or 5625815. OLE color: 5625815.

HSL color Cylindrical-coordinate representation of color #D7D755: hue angle of 60º 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 #D7D755 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21521585-
CMYK000.600.16
HSL60º61.9%58.82%-
HSV(B)60º60.47%84.31%-
XYZ53.9663.718.05-
YUV200.1863138.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 85 (33.59% from 255) = 16.50%
R=41.75%
G=41.75%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521585000.600.166061.958.82
HexD7D755003C103c3e3b
Octal327327125007420747673
Binary110101111101011110101010011110010000111100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D755; }

 p { color: rgb(215,215,85); }

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

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

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

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

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

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

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