#DDD75C

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

Shades of Manz #DDD75C

Tints of Manz #DDD75C

Color information

#DDD75C (or 0xDDD75C) is unknown color: approx Manz. HEX triplet: DD, D7 and 5C. RGB value is (221,215,92). Sum of RGB (Red+Green+Blue) = 221+215+92=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD75C is #2228A3. Grayscale: #CBCBCB. Windows color (decimal): -2238628 or 6084573. OLE color: 6084573.

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

Color convert

RGB22121592-
CMYK00.030.580.13
HSL57.21º65.48%61.37%-
HSV(B)57.21º58.37%86.67%-
XYZ56.0564.7519.67-
YUV202.7765.49141-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 215 (84.38% from 255) = 40.72%
BLUE value IS 92 (36.33% from 255) = 17.42%
R=41.86%
G=40.72%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212159200.030.580.1357.2165.4861.37
HexDDD75C033AD39413d
Octal3353271340372157110175
Binary1101110111010111101110001111101011011110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD75C; }

 p { color: rgb(221,215,92); }

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

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

 a { background-color: rgb(221,215,92); }

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

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

 span { border-color: rgb(221,215,92); }

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