#DDD95C

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

Shades of Manz #DDD95C

Tints of Manz #DDD95C

Color information

#DDD95C (or 0xDDD95C) is unknown color: approx Manz. HEX triplet: DD, D9 and 5C. RGB value is (221,217,92). Sum of RGB (Red+Green+Blue) = 221+217+92=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD95C is #2226A3. Grayscale: #CCCCCC. Windows color (decimal): -2238116 or 6085085. OLE color: 6085085.

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

Color convert

RGB22121792-
CMYK00.020.580.13
HSL58.14º65.48%61.37%-
HSV(B)58.14º58.37%86.67%-
XYZ56.5665.7719.84-
YUV203.9564.83140.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 92 (36.33% from 255) = 17.36%
R=41.70%
G=40.94%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212179200.020.580.1358.1465.4861.37
HexDDD95C023AD3a413d
Octal3353311340272157210175
Binary1101110111011001101110001011101011011110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD95C; }

 p { color: rgb(221,217,92); }

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

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

 a { background-color: rgb(221,217,92); }

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

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

 span { border-color: rgb(221,217,92); }

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