#DDD55C

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

Shades of Manz #DDD55C

Tints of Manz #DDD55C

Color information

#DDD55C (or 0xDDD55C) is unknown color: approx Manz. HEX triplet: DD, D5 and 5C. RGB value is (221,213,92). Sum of RGB (Red+Green+Blue) = 221+213+92=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD55C is #222AA3. Grayscale: #CACACA. Windows color (decimal): -2239140 or 6084061. OLE color: 6084061.

HSL color Cylindrical-coordinate representation of color #DDD55C: hue angle of 56.28º 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 #DDD55C is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22121392-
CMYK00.040.580.13
HSL56.28º65.48%61.37%-
HSV(B)56.28º58.37%86.67%-
XYZ55.5463.7319.5-
YUV201.666.15141.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 92 (36.33% from 255) = 17.49%
R=42.02%
G=40.49%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212139200.040.580.1356.2865.4861.37
HexDDD55C043AD38413d
Octal3353251340472157010175
Binary11011101110101011011100010011101011011110001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD55C; }

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

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

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

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

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

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

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

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