#DDDC4B

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

Shades of Manz #DDDC4B

Tints of Manz #DDDC4B

Color information

#DDDC4B (or 0xDDDC4B) is unknown color: approx Manz. HEX triplet: DD, DC and 4B. RGB value is (221,220,75). Sum of RGB (Red+Green+Blue) = 221+220+75=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC4B is #2223B4. Grayscale: #CCCCCC. Windows color (decimal): -2237365 or 4971741. OLE color: 4971741.

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

Color convert

RGB22122075-
CMYK00.000.660.13
HSL59.59º68.22%58.04%-
HSV(B)59.59º66.06%86.67%-
XYZ56.6867.0716.61-
YUV203.7755.33140.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=42.83%
G=42.64%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212207500.000.660.1359.5968.2258.04
HexDDDC4B0042D3c443a
Octal33533411300102157410472
Binary1101110111011100100101100100001011011111001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC4B; }

 p { color: rgb(221,220,75); }

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

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

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

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

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

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

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