#D4D25A

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

Shades of Manz #D4D25A

Tints of Manz #D4D25A

Color information

#D4D25A (or 0xD4D25A) is unknown color: approx Manz. HEX triplet: D4, D2 and 5A. RGB value is (212,210,90). Sum of RGB (Red+Green+Blue) = 212+210+90=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D25A is #2B2DA5. Grayscale: #C5C5C5. Windows color (decimal): -2829734 or 5952212. OLE color: 5952212.

HSL color Cylindrical-coordinate representation of color #D4D25A: hue angle of 59.02º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4D25A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21221090-
CMYK00.010.580.17
HSL59.02º58.65%59.22%-
HSV(B)59.02º57.55%83.14%-
XYZ52.0460.8318.67-
YUV196.9267.66138.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=41.41%
G=41.02%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122109000.010.580.1759.0258.6559.22
HexD4D25A013A113b3b3b
Octal324322132017221737373
Binary110101001101001010110100111101010001111011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D25A; }

 p { color: rgb(212,210,90); }

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

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

 a { background-color: rgb(212,210,90); }

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

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

 span { border-color: rgb(212,210,90); }

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