#DDDD4D

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

Shades of Manz #DDDD4D

Tints of Manz #DDDD4D

Color information

#DDDD4D (or 0xDDDD4D) is unknown color: approx Manz. HEX triplet: DD, DD and 4D. RGB value is (221,221,77). Sum of RGB (Red+Green+Blue) = 221+221+77=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD4D is #2222B2. Grayscale: #CDCDCD. Windows color (decimal): -2237107 or 5103069. OLE color: 5103069.

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

Color convert

RGB22122177-
CMYK000.650.13
HSL60º67.92%58.43%-
HSV(B)60º65.16%86.67%-
XYZ57.0167.6217.07-
YUV204.5856139.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 77 (30.47% from 255) = 14.84%
R=42.58%
G=42.58%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122177000.650.136067.9258.43
HexDDDD4D0041D3c443a
Octal33533511500101157410472
Binary1101110111011101100110100100000111011111001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD4D; }

 p { color: rgb(221,221,77); }

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

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

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

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

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

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

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