#DDCF57

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

Shades of Manz #DDCF57

Tints of Manz #DDCF57

Color information

#DDCF57 (or 0xDDCF57) is unknown color: approx Manz. HEX triplet: DD, CF and 57. RGB value is (221,207,87). Sum of RGB (Red+Green+Blue) = 221+207+87=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF57 is #2230A8. Grayscale: #C6C6C6. Windows color (decimal): -2240681 or 5754845. OLE color: 5754845.

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

Color convert

RGB22120787-
CMYK00.060.610.13
HSL53.73º66.34%60.39%-
HSV(B)53.73º60.63%86.67%-
XYZ53.8560.6917.89-
YUV197.5165.64144.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 87 (34.38% from 255) = 16.89%
R=42.91%
G=40.19%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212078700.060.610.1353.7366.3460.39
HexDDCF57063DD36423c
Octal3353171270675156610274
Binary11011101110011111010111011011110111011101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF57; }

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

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

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

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

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

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

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

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