#DCDD4A

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

Shades of Manz #DCDD4A

Tints of Manz #DCDD4A

Color information

#DCDD4A (or 0xDCDD4A) is unknown color: approx Manz. HEX triplet: DC, DD and 4A. RGB value is (220,221,74). Sum of RGB (Red+Green+Blue) = 220+221+74=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDD4A is #2322B5. Grayscale: #CCCCCC. Windows color (decimal): -2302646 or 4906460. OLE color: 4906460.

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

Color convert

RGB22022174-
CMYK0.0000.670.13
HSL60.41º68.37%57.84%-
HSV(B)60.41º66.52%86.67%-
XYZ56.6167.4216.51-
YUV203.9454.67139.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 74 (29.30% from 255) = 14.37%
R=42.72%
G=42.91%
B=14.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221740.0000.670.1360.4168.3757.84
HexDCDD4A0043D3c443a
Octal33433511200103157410472
Binary1101110011011101100101000100001111011111001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD4A; }

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

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

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

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

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

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

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

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