#D1DF2C

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

Shades of Pear #D1DF2C

Tints of Pear #D1DF2C

Color information

#D1DF2C (or 0xD1DF2C) is unknown color: approx Pear. HEX triplet: D1, DF and 2C. RGB value is (209,223,44). Sum of RGB (Red+Green+Blue) = 209+223+44=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF2C is #2E20D3. Grayscale: #C7C7C7. Windows color (decimal): -3023060 or 2940881. OLE color: 2940881.

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

Color convert

RGB20922344-
CMYK0.0600.800.13
HSL64.69º73.66%52.35%-
HSV(B)64.69º80.27%87.45%-
XYZ53.1466.5112.42-
YUV198.4140.86135.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 44 (17.58% from 255) = 9.24%
R=43.91%
G=46.85%
B=9.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209223440.0600.800.1364.6973.6652.35
HexD1DF2C6050D414a34
Octal32133754601201510111264
Binary110100011101111110110011001010000110110000011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DF2C; }

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

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

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

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

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

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

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

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