#DDD25F

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

Shades of Manz #DDD25F

Tints of Manz #DDD25F

Color information

#DDD25F (or 0xDDD25F) is unknown color: approx Manz. HEX triplet: DD, D2 and 5F. RGB value is (221,210,95). Sum of RGB (Red+Green+Blue) = 221+210+95=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD25F is #222DA0. Grayscale: #C8C8C8. Windows color (decimal): -2239905 or 6279901. OLE color: 6279901.

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

Color convert

RGB22121095-
CMYK00.050.570.13
HSL54.76º64.95%61.96%-
HSV(B)54.76º57.01%86.67%-
XYZ54.9362.2919.95-
YUV200.1868.64142.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 95 (37.5% from 255) = 18.06%
R=42.02%
G=39.92%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212109500.050.570.1354.7664.9561.96
HexDDD25F0539D37413e
Octal3353221370571156710176
Binary11011101110100101011111010111100111011101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD25F; }

 p { color: rgb(221,210,95); }

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

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

 a { background-color: rgb(221,210,95); }

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

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

 span { border-color: rgb(221,210,95); }

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