#D4CD5B

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

Shades of Manz #D4CD5B

Tints of Manz #D4CD5B

Color information

#D4CD5B (or 0xD4CD5B) is unknown color: approx Manz. HEX triplet: D4, CD and 5B. RGB value is (212,205,91). Sum of RGB (Red+Green+Blue) = 212+205+91=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD5B is #2B32A4. Grayscale: #C2C2C2. Windows color (decimal): -2831013 or 6016468. OLE color: 6016468.

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

Color convert

RGB21220591-
CMYK00.030.570.17
HSL56.53º58.45%59.41%-
HSV(B)56.53º57.08%83.14%-
XYZ50.8758.4218.49-
YUV194.169.82140.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=41.73%
G=40.35%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122059100.030.570.1756.5358.4559.41
HexD4CD5B033911393a3b
Octal324315133037121717273
Binary1101010011001101101101101111100110001111001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD5B; }

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

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

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

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

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

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

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

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