#DCDD5C

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

Shades of Manz #DCDD5C

Tints of Manz #DCDD5C

Color information

#DCDD5C (or 0xDCDD5C) is unknown color: approx Manz. HEX triplet: DC, DD and 5C. RGB value is (220,221,92). Sum of RGB (Red+Green+Blue) = 220+221+92=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD5C is #2322A3. Grayscale: #CECECE. Windows color (decimal): -2302628 or 6086108. OLE color: 6086108.

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

Color convert

RGB22022192-
CMYK0.0000.580.13
HSL60.47º65.48%61.37%-
HSV(B)60.47º58.37%86.67%-
XYZ57.367.720.17-
YUV20663.67137.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 221 (86.72% from 255) = 41.46%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=41.28%
G=41.46%
B=17.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220221920.0000.580.1360.4765.4861.37
HexDCDD5C003AD3c413d
Octal3343351340072157410175
Binary110111001101110110111000011101011011111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD5C; }

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

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

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

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

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

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

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

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