#DDE516

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

Shades of Pear #DDE516

Tints of Pear #DDE516

Color information

#DDE516 (or 0xDDE516) is unknown color: approx Pear. HEX triplet: DD, E5 and 16. RGB value is (221,229,22). Sum of RGB (Red+Green+Blue) = 221+229+22=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE516 is #221AE9. Grayscale: #CBCBCB. Windows color (decimal): -2235114 or 1500637. OLE color: 1500637.

HSL color Cylindrical-coordinate representation of color #DDE516: hue angle of 62.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE516 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB22122922-
CMYK0.0300.900.10
HSL62.32º82.47%49.22%-
HSV(B)62.32º90.39%89.8%-
XYZ57.9871.4711.5-
YUV203.0125.85140.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 229 (89.84% from 255) = 48.52%
BLUE value IS 22 (8.98% from 255) = 4.66%
R=46.82%
G=48.52%
B=4.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221229220.0300.900.1062.3282.4749.22
HexDDE516305AA3e5231
Octal3353452630132127612261
Binary110111011110010110110110101101010101111101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE516; }

 p { color: rgb(221,229,22); }

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

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

 a { background-color: rgb(221,229,22); }

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

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

 span { border-color: rgb(221,229,22); }

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