#DDDC5C

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

Shades of Manz #DDDC5C

Tints of Manz #DDDC5C

Color information

#DDDC5C (or 0xDDDC5C) is unknown color: approx Manz. HEX triplet: DD, DC and 5C. RGB value is (221,220,92). Sum of RGB (Red+Green+Blue) = 221+220+92=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC5C is #2223A3. Grayscale: #CECECE. Windows color (decimal): -2237348 or 6085853. OLE color: 6085853.

HSL color Cylindrical-coordinate representation of color #DDDC5C: hue angle of 59.53º 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 #DDDC5C is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22122092-
CMYK00.000.580.13
HSL59.53º65.48%61.37%-
HSV(B)59.53º58.37%86.67%-
XYZ57.3467.3320.1-
YUV205.7163.83138.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 92 (36.33% from 255) = 17.26%
R=41.46%
G=41.28%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212209200.000.580.1359.5365.4861.37
HexDDDC5C003AD3c413d
Octal3353341340072157410175
Binary110111011101110010111000011101011011111001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC5C; }

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

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

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

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

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

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

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

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