#DDE414

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

Shades of Pear #DDE414

Tints of Pear #DDE414

Color information

#DDE414 (or 0xDDE414) is unknown color: approx Pear. HEX triplet: DD, E4 and 14. RGB value is (221,228,20). Sum of RGB (Red+Green+Blue) = 221+228+20=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE414 is #221BEB. Grayscale: #CBCBCB. Windows color (decimal): -2235372 or 1369309. OLE color: 1369309.

HSL color Cylindrical-coordinate representation of color #DDE414: hue angle of 62.02º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE414 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22122820-
CMYK0.0300.910.11
HSL62.02º83.87%48.63%-
HSV(B)62.02º91.23%89.41%-
XYZ57.6970.9111.31-
YUV202.1925.18141.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 228 (89.45% from 255) = 48.61%
BLUE value IS 20 (8.20% from 255) = 4.26%
R=47.12%
G=48.61%
B=4.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221228200.0300.910.1162.0283.8748.63
HexDDE414305BB3e5431
Octal3353442430133137612461
Binary110111011110010010100110101101110111111101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE414; }

 p { color: rgb(221,228,20); }

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

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

 a { background-color: rgb(221,228,20); }

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

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

 span { border-color: rgb(221,228,20); }

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