#DED251

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

Shades of Manz #DED251

Tints of Manz #DED251

Color information

#DED251 (or 0xDED251) is unknown color: approx Manz. HEX triplet: DE, D2 and 51. RGB value is (222,210,81). Sum of RGB (Red+Green+Blue) = 222+210+81=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DED251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED251 is #212DAE. Grayscale: #C7C7C7. Windows color (decimal): -2174383 or 5362398. OLE color: 5362398.

HSL color Cylindrical-coordinate representation of color #DED251: hue angle of 54.89º 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 #DED251 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22221081-
CMYK00.050.640.13
HSL54.89º68.12%59.41%-
HSV(B)54.89º63.51%87.06%-
XYZ54.6662.2216.91-
YUV198.8861.48144.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 81 (32.03% from 255) = 15.79%
R=43.27%
G=40.94%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222108100.050.640.1354.8968.1259.41
HexDED2510540D37443b
Octal33632212105100156710473
Binary110111101101001010100010101100000011011101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED251; }

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

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

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

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

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

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

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

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