#D4D35B

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

Shades of Manz #D4D35B

Tints of Manz #D4D35B

Color information

#D4D35B (or 0xD4D35B) is unknown color: approx Manz. HEX triplet: D4, D3 and 5B. RGB value is (212,211,91). Sum of RGB (Red+Green+Blue) = 212+211+91=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D35B is #2B2CA4. Grayscale: #C6C6C6. Windows color (decimal): -2829477 or 6018004. OLE color: 6018004.

HSL color Cylindrical-coordinate representation of color #D4D35B: hue angle of 59.5º 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 #D4D35B is Cyan = 0, Magento = 0.00, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB21221191-
CMYK00.000.570.17
HSL59.5º58.45%59.41%-
HSV(B)59.5º57.08%83.14%-
XYZ52.3361.3418.98-
YUV197.6267.83138.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 91 (35.94% from 255) = 17.70%
R=41.25%
G=41.05%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122119100.000.570.1759.558.4559.41
HexD4D35B0039113c3a3b
Octal324323133007121747273
Binary110101001101001110110110011100110001111100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D35B; }

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

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

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

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

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

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

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

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