#DDE91B

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

Shades of Pear #DDE91B

Tints of Pear #DDE91B

Color information

#DDE91B (or 0xDDE91B) is unknown color: approx Pear. HEX triplet: DD, E9 and 1B. RGB value is (221,233,27). Sum of RGB (Red+Green+Blue) = 221+233+27=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE91B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE91B is #2216E4. Grayscale: #CECECE. Windows color (decimal): -2234085 or 1829341. OLE color: 1829341.

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

Color convert

RGB22123327-
CMYK0.0500.880.09
HSL63.5º82.4%50.98%-
HSV(B)63.5º88.41%91.37%-
XYZ59.1673.7312.15-
YUV205.9327.02138.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 233 (91.41% from 255) = 48.44%
BLUE value IS 27 (10.94% from 255) = 5.61%
R=45.95%
G=48.44%
B=5.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221233270.0500.880.0963.582.450.98
HexDDE91B505893f5233
Octal3353513350130117712263
Binary1101110111101001110111010101100010011111111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE91B; }

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

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

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

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

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

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

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

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