#DDD15D

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

Shades of Manz #DDD15D

Tints of Manz #DDD15D

Color information

#DDD15D (or 0xDDD15D) is unknown color: approx Manz. HEX triplet: DD, D1 and 5D. RGB value is (221,209,93). Sum of RGB (Red+Green+Blue) = 221+209+93=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD15D is #222EA2. Grayscale: #C7C7C7. Windows color (decimal): -2240163 or 6148573. OLE color: 6148573.

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

Color convert

RGB22120993-
CMYK00.050.580.13
HSL54.38º65.31%61.57%-
HSV(B)54.38º57.92%86.67%-
XYZ54.661.7619.4-
YUV199.3667.98143.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=42.26%
G=39.96%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212099300.050.580.1354.3865.3161.57
HexDDD15D053AD36413e
Octal3353211350572156610176
Binary11011101110100011011101010111101011011101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD15D; }

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

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

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

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

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

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

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

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