#DDCF55

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

Shades of Manz #DDCF55

Tints of Manz #DDCF55

Color information

#DDCF55 (or 0xDDCF55) is unknown color: approx Manz. HEX triplet: DD, CF and 55. RGB value is (221,207,85). Sum of RGB (Red+Green+Blue) = 221+207+85=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF55 is #2230AA. Grayscale: #C5C5C5. Windows color (decimal): -2240683 or 5623773. OLE color: 5623773.

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

Color convert

RGB22120785-
CMYK00.060.620.13
HSL53.82º66.67%60%-
HSV(B)53.82º61.54%86.67%-
XYZ53.7760.6517.47-
YUV197.2864.64144.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 85 (33.59% from 255) = 16.57%
R=43.08%
G=40.35%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212078500.060.620.1353.8266.6760
HexDDCF55063ED36433c
Octal3353171250676156610374
Binary11011101110011111010101011011111011011101101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF55; }

 p { color: rgb(221,207,85); }

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

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

 a { background-color: rgb(221,207,85); }

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

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

 span { border-color: rgb(221,207,85); }

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