#D2DF18

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

Shades of Pear #D2DF18

Tints of Pear #D2DF18

Color information

#D2DF18 (or 0xD2DF18) is unknown color: approx Pear. HEX triplet: D2, DF and 18. RGB value is (210,223,24). Sum of RGB (Red+Green+Blue) = 210+223+24=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DF18 is #2D20E7. Grayscale: #C5C5C5. Windows color (decimal): -2957544 or 1630162. OLE color: 1630162.

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

Color convert

RGB21022324-
CMYK0.0600.890.13
HSL63.92º80.57%48.43%-
HSV(B)63.92º89.24%87.45%-
XYZ53.1366.5410.91-
YUV196.4330.69137.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.95%
GREEN value IS 223 (87.5% from 255) = 48.80%
BLUE value IS 24 (9.77% from 255) = 5.25%
R=45.95%
G=48.80%
B=5.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210223240.0600.890.1363.9280.5748.43
HexD2DF186059D405130
Octal32233730601311510012160
Binary11010010110111111100011001011001110110000001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF18; }

 p { color: rgb(210,223,24); }

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

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

 a { background-color: rgb(210,223,24); }

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

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

 span { border-color: rgb(210,223,24); }

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