#DDD75A

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

Shades of Manz #DDD75A

Tints of Manz #DDD75A

Color information

#DDD75A (or 0xDDD75A) is unknown color: approx Manz. HEX triplet: DD, D7 and 5A. RGB value is (221,215,90). Sum of RGB (Red+Green+Blue) = 221+215+90=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75A is #2228A5. Grayscale: #CBCBCB. Windows color (decimal): -2238630 or 5953501. OLE color: 5953501.

HSL color Cylindrical-coordinate representation of color #DDD75A: hue angle of 57.25º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDD75A is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22121590-
CMYK00.030.590.13
HSL57.25º65.83%60.98%-
HSV(B)57.25º59.28%86.67%-
XYZ55.9664.7119.21-
YUV202.5464.49141.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 215 (84.38% from 255) = 40.87%
BLUE value IS 90 (35.55% from 255) = 17.11%
R=42.02%
G=40.87%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212159000.030.590.1357.2565.8360.98
HexDDD75A033BD39423d
Octal3353271320373157110275
Binary1101110111010111101101001111101111011110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD75A; }

 p { color: rgb(221,215,90); }

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

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

 a { background-color: rgb(221,215,90); }

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

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

 span { border-color: rgb(221,215,90); }

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