#DDD158

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

Shades of Manz #DDD158

Tints of Manz #DDD158

Color information

#DDD158 (or 0xDDD158) is unknown color: approx Manz. HEX triplet: DD, D1 and 58. RGB value is (221,209,88). Sum of RGB (Red+Green+Blue) = 221+209+88=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD158 is #222EA7. Grayscale: #C7C7C7. Windows color (decimal): -2240168 or 5820893. OLE color: 5820893.

HSL color Cylindrical-coordinate representation of color #DDD158: hue angle of 54.59º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDD158 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22120988-
CMYK00.050.600.13
HSL54.59º66.17%60.59%-
HSV(B)54.59º60.18%86.67%-
XYZ54.3861.6818.27-
YUV198.7965.48143.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 88 (34.77% from 255) = 16.99%
R=42.66%
G=40.35%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212098800.050.600.1354.5966.1760.59
HexDDD158053CD37423d
Octal3353211300574156710275
Binary11011101110100011011000010111110011011101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD158; }

 p { color: rgb(221,209,88); }

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

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

 a { background-color: rgb(221,209,88); }

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

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

 span { border-color: rgb(221,209,88); }

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