#DDE951

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

Shades of Manz #DDE951

Tints of Manz #DDE951

Color information

#DDE951 (or 0xDDE951) is unknown color: approx Manz. HEX triplet: DD, E9 and 51. RGB value is (221,233,81). Sum of RGB (Red+Green+Blue) = 221+233+81=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE951 is #2216AE. Grayscale: #D4D4D4. Windows color (decimal): -2234031 or 5368285. OLE color: 5368285.

HSL color Cylindrical-coordinate representation of color #DDE951: hue angle of 64.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDE951 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB22123381-
CMYK0.0500.650.09
HSL64.74º77.55%61.57%-
HSV(B)64.74º65.24%91.37%-
XYZ60.4474.2418.93-
YUV212.0854.02134.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 81 (32.03% from 255) = 15.14%
R=41.31%
G=43.55%
B=15.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221233810.0500.650.0964.7477.5561.57
HexDDE95150419414e3e
Octal335351121501011110111676
Binary1101110111101001101000110101000001100110000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE951; }

 p { color: rgb(221,233,81); }

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

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

 a { background-color: rgb(221,233,81); }

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

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

 span { border-color: rgb(221,233,81); }

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