#DDD654

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

Shades of Manz #DDD654

Tints of Manz #DDD654

Color information

#DDD654 (or 0xDDD654) is unknown color: approx Manz. HEX triplet: DD, D6 and 54. RGB value is (221,214,84). Sum of RGB (Red+Green+Blue) = 221+214+84=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD654 is #2229AB. Grayscale: #C9C9C9. Windows color (decimal): -2238892 or 5560029. OLE color: 5560029.

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

Color convert

RGB22121484-
CMYK00.030.620.13
HSL56.93º66.83%59.8%-
HSV(B)56.93º61.99%86.67%-
XYZ55.4764.1117.84-
YUV201.2761.82142.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 84 (33.20% from 255) = 16.18%
R=42.58%
G=41.23%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212148400.030.620.1356.9366.8359.8
HexDDD654033ED39433c
Octal3353261240376157110374
Binary1101110111010110101010001111111011011110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD654; }

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

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

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

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

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

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

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

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