#D7D25F

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

Shades of Manz #D7D25F

Tints of Manz #D7D25F

Color information

#D7D25F (or 0xD7D25F) is unknown color: approx Manz. HEX triplet: D7, D2 and 5F. RGB value is (215,210,95). Sum of RGB (Red+Green+Blue) = 215+210+95=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D25F is #282DA0. Grayscale: #C6C6C6. Windows color (decimal): -2633121 or 6279895. OLE color: 6279895.

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

Color convert

RGB21521095-
CMYK00.020.560.16
HSL57.5º60%60.78%-
HSV(B)57.5º55.81%84.31%-
XYZ53.1461.3719.87-
YUV198.3969.66139.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 95 (37.5% from 255) = 18.27%
R=41.35%
G=40.38%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152109500.020.560.1657.56060.78
HexD7D25F0238103a3c3d
Octal327322137027020727475
Binary1101011111010010101111101011100010000111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D25F; }

 p { color: rgb(215,210,95); }

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

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

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

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

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

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

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