#DCCE5C

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

Shades of Manz #DCCE5C

Tints of Manz #DCCE5C

Color information

#DCCE5C (or 0xDCCE5C) is unknown color: approx Manz. HEX triplet: DC, CE and 5C. RGB value is (220,206,92). Sum of RGB (Red+Green+Blue) = 220+206+92=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE5C is #2331A3. Grayscale: #C5C5C5. Windows color (decimal): -2306468 or 6082268. OLE color: 6082268.

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

Color convert

RGB22020692-
CMYK00.060.580.14
HSL53.44º64.65%61.18%-
HSV(B)53.44º58.18%86.27%-
XYZ53.5260.1318.91-
YUV197.1968.64144.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 92 (36.33% from 255) = 17.76%
R=42.47%
G=39.77%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202069200.060.580.1453.4464.6561.18
HexDCCE5C063AE35413d
Octal3343161340672166510175
Binary11011100110011101011100011011101011101101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE5C; }

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

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

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

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

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

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

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

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