#DDE61C

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

Shades of Pear #DDE61C

Tints of Pear #DDE61C

Color information

#DDE61C (or 0xDDE61C) is unknown color: approx Pear. HEX triplet: DD, E6 and 1C. RGB value is (221,230,28). Sum of RGB (Red+Green+Blue) = 221+230+28=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE61C is #2219E3. Grayscale: #CDCDCD. Windows color (decimal): -2234852 or 1894109. OLE color: 1894109.

HSL color Cylindrical-coordinate representation of color #DDE61C: hue angle of 62.67º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE61C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB22123028-
CMYK0.0400.880.10
HSL62.67º80.16%50.59%-
HSV(B)62.67º87.83%90.2%-
XYZ58.3372.0511.93-
YUV204.2828.52139.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 230 (90.23% from 255) = 48.02%
BLUE value IS 28 (11.33% from 255) = 5.85%
R=46.14%
G=48.02%
B=5.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221230280.0400.880.1062.6780.1650.59
HexDDE61C4058A3f5033
Octal3353463440130127712063
Binary1101110111100110111001000101100010101111111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE61C; }

 p { color: rgb(221,230,28); }

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

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

 a { background-color: rgb(221,230,28); }

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

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

 span { border-color: rgb(221,230,28); }

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