#D4D45B

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

Shades of Manz #D4D45B

Tints of Manz #D4D45B

Color information

#D4D45B (or 0xD4D45B) is unknown color: approx Manz. HEX triplet: D4, D4 and 5B. RGB value is (212,212,91). Sum of RGB (Red+Green+Blue) = 212+212+91=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D45B is #2B2BA4. Grayscale: #C6C6C6. Windows color (decimal): -2829221 or 6018260. OLE color: 6018260.

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

Color convert

RGB21221291-
CMYK000.570.17
HSL60º58.45%59.41%-
HSV(B)60º57.08%83.14%-
XYZ52.5861.8419.06-
YUV198.2167.5137.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 91 (35.94% from 255) = 17.67%
R=41.17%
G=41.17%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221291000.570.176058.4559.41
HexD4D45B0039113c3a3b
Octal324324133007121747273
Binary110101001101010010110110011100110001111100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D45B; }

 p { color: rgb(212,212,91); }

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

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

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

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

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

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

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