#D1DF1E

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

Shades of Pear #D1DF1E

Tints of Pear #D1DF1E

Color information

#D1DF1E (or 0xD1DF1E) is unknown color: approx Pear. HEX triplet: D1, DF and 1E. RGB value is (209,223,30). Sum of RGB (Red+Green+Blue) = 209+223+30=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF1E is #2E20E1. Grayscale: #C5C5C5. Windows color (decimal): -3023074 or 2023377. OLE color: 2023377.

HSL color Cylindrical-coordinate representation of color #D1DF1E: hue angle of 64.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1DF1E is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB20922330-
CMYK0.0600.870.13
HSL64.35º76.28%49.61%-
HSV(B)64.35º86.55%87.45%-
XYZ52.9266.4211.26-
YUV196.8133.86136.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 223 (87.5% from 255) = 48.27%
BLUE value IS 30 (12.11% from 255) = 6.49%
R=45.24%
G=48.27%
B=6.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209223300.0600.870.1364.3576.2849.61
HexD1DF1E6057D404c32
Octal32133736601271510011462
Binary11010001110111111111011001010111110110000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DF1E; }

 p { color: rgb(209,223,30); }

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

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

 a { background-color: rgb(209,223,30); }

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

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

 span { border-color: rgb(209,223,30); }

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