#DCCE5E

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

Shades of Manz #DCCE5E

Tints of Manz #DCCE5E

Color information

#DCCE5E (or 0xDCCE5E) is unknown color: approx Manz. HEX triplet: DC, CE and 5E. RGB value is (220,206,94). Sum of RGB (Red+Green+Blue) = 220+206+94=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5E is #2331A1. Grayscale: #C5C5C5. Windows color (decimal): -2306466 or 6213340. OLE color: 6213340.

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

Color convert

RGB22020694-
CMYK00.060.570.14
HSL53.33º64.29%61.57%-
HSV(B)53.33º57.27%86.27%-
XYZ53.6160.1719.38-
YUV197.4269.64144.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.31%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 94 (37.11% from 255) = 18.08%
R=42.31%
G=39.62%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202069400.060.570.1453.3364.2961.57
HexDCCE5E0639E35403e
Octal3343161360671166510076
Binary11011100110011101011110011011100111101101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE5E; }

 p { color: rgb(220,206,94); }

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

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

 a { background-color: rgb(220,206,94); }

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

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

 span { border-color: rgb(220,206,94); }

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