#DCCF55

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

Shades of Manz #DCCF55

Tints of Manz #DCCF55

Color information

#DCCF55 (or 0xDCCF55) is unknown color: approx Manz. HEX triplet: DC, CF and 55. RGB value is (220,207,85). Sum of RGB (Red+Green+Blue) = 220+207+85=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF55 is #2330AA. Grayscale: #C5C5C5. Windows color (decimal): -2306219 or 5623772. OLE color: 5623772.

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

Color convert

RGB22020785-
CMYK00.060.610.14
HSL54.22º65.85%59.8%-
HSV(B)54.22º61.36%86.27%-
XYZ53.4760.517.45-
YUV196.9864.81144.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=42.97%
G=40.43%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202078500.060.610.1454.2265.8559.8
HexDCCF55063DE36423c
Octal3343171250675166610274
Binary11011100110011111010101011011110111101101101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF55; }

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

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

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

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

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

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

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

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