#D7D65D

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

Shades of Manz #D7D65D

Tints of Manz #D7D65D

Color information

#D7D65D (or 0xD7D65D) is unknown color: approx Manz. HEX triplet: D7, D6 and 5D. RGB value is (215,214,93). Sum of RGB (Red+Green+Blue) = 215+214+93=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D65D is #2829A2. Grayscale: #C8C8C8. Windows color (decimal): -2632099 or 6149847. OLE color: 6149847.

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

Color convert

RGB21521493-
CMYK00.000.570.16
HSL59.51º60.4%60.39%-
HSV(B)59.51º56.74%84.31%-
XYZ54.0563.3319.73-
YUV200.567.33138.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 214 (83.98% from 255) = 41.00%
BLUE value IS 93 (36.72% from 255) = 17.82%
R=41.19%
G=41.00%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152149300.000.570.1659.5160.460.39
HexD7D65D0039103c3c3c
Octal327326135007120747474
Binary110101111101011010111010011100110000111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D65D; }

 p { color: rgb(215,214,93); }

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

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

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

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

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

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

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