#DCDD4E

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

Shades of Manz #DCDD4E

Tints of Manz #DCDD4E

Color information

#DCDD4E (or 0xDCDD4E) is unknown color: approx Manz. HEX triplet: DC, DD and 4E. RGB value is (220,221,78). Sum of RGB (Red+Green+Blue) = 220+221+78=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD4E is #2322B1. Grayscale: #CCCCCC. Windows color (decimal): -2302642 or 5168604. OLE color: 5168604.

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

Color convert

RGB22022178-
CMYK0.0000.650.13
HSL60.42º67.77%58.63%-
HSV(B)60.42º64.71%86.67%-
XYZ56.7567.4817.24-
YUV204.456.67139.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 78 (30.86% from 255) = 15.03%
R=42.39%
G=42.58%
B=15.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221780.0000.650.1360.4267.7758.63
HexDCDD4E0041D3c443b
Octal33433511600101157410473
Binary1101110011011101100111000100000111011111001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD4E; }

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

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

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

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

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

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

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

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