#D1DF26

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

Shades of Pear #D1DF26

Tints of Pear #D1DF26

Color information

#D1DF26 (or 0xD1DF26) is unknown color: approx Pear. HEX triplet: D1, DF and 26. RGB value is (209,223,38). Sum of RGB (Red+Green+Blue) = 209+223+38=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DF26 is #2E20D9. Grayscale: #C6C6C6. Windows color (decimal): -3023066 or 2547665. OLE color: 2547665.

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

Color convert

RGB20922338-
CMYK0.0600.830.13
HSL64.54º74.3%51.18%-
HSV(B)64.54º82.96%87.45%-
XYZ53.0366.4711.87-
YUV197.7237.86136.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 223 (87.5% from 255) = 47.45%
BLUE value IS 38 (15.23% from 255) = 8.09%
R=44.47%
G=47.45%
B=8.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal209223380.0600.830.1364.5474.351.18
HexD1DF266053D414a33
Octal32133746601231510111263
Binary110100011101111110011011001010011110110000011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DF26; }

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

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

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

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

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

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

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

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