#DDD661

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

Shades of Manz #DDD661

Tints of Manz #DDD661

Color information

#DDD661 (or 0xDDD661) is unknown color: approx Manz. HEX triplet: DD, D6 and 61. RGB value is (221,214,97). Sum of RGB (Red+Green+Blue) = 221+214+97=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD661 is #22299E. Grayscale: #CBCBCB. Windows color (decimal): -2238879 or 6411997. OLE color: 6411997.

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

Color convert

RGB22121497-
CMYK00.030.560.13
HSL56.61º64.58%62.35%-
HSV(B)56.61º56.11%86.67%-
XYZ56.0264.3320.77-
YUV202.7668.32141.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=41.54%
G=40.23%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212149700.030.560.1356.6164.5862.35
HexDDD6610338D39413e
Octal3353261410370157110176
Binary1101110111010110110000101111100011011110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD661; }

 p { color: rgb(221,214,97); }

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

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

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

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

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

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

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