#DEDC51

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

Shades of Manz #DEDC51

Tints of Manz #DEDC51

Color information

#DEDC51 (or 0xDEDC51) is unknown color: approx Manz. HEX triplet: DE, DC and 51. RGB value is (222,220,81). Sum of RGB (Red+Green+Blue) = 222+220+81=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC51 is #2123AE. Grayscale: #CDCDCD. Windows color (decimal): -2171823 or 5364958. OLE color: 5364958.

HSL color Cylindrical-coordinate representation of color #DEDC51: hue angle of 59.15º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEDC51 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22222081-
CMYK00.010.640.13
HSL59.15º68.12%59.41%-
HSV(B)59.15º63.51%87.06%-
XYZ57.267.3117.76-
YUV204.7558.16140.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 81 (32.03% from 255) = 15.49%
R=42.45%
G=42.07%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222208100.010.640.1359.1568.1259.41
HexDEDC510140D3b443b
Octal33633412101100157310473
Binary1101111011011100101000101100000011011110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC51; }

 p { color: rgb(222,220,81); }

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

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

 a { background-color: rgb(222,220,81); }

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

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

 span { border-color: rgb(222,220,81); }

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