#DDD157

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

Shades of Manz #DDD157

Tints of Manz #DDD157

Color information

#DDD157 (or 0xDDD157) is unknown color: approx Manz. HEX triplet: DD, D1 and 57. RGB value is (221,209,87). Sum of RGB (Red+Green+Blue) = 221+209+87=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD157 is #222EA8. Grayscale: #C7C7C7. Windows color (decimal): -2240169 or 5755357. OLE color: 5755357.

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

Color convert

RGB22120987-
CMYK00.050.610.13
HSL54.63º66.34%60.39%-
HSV(B)54.63º60.63%86.67%-
XYZ54.3461.6618.05-
YUV198.6864.98143.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 87 (34.38% from 255) = 16.83%
R=42.75%
G=40.43%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212098700.050.610.1354.6366.3460.39
HexDDD157053DD37423c
Octal3353211270575156710274
Binary11011101110100011010111010111110111011101111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD157; }

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

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

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

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

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

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

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

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