#D2DD21

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

Shades of Pear #D2DD21

Tints of Pear #D2DD21

Color information

#D2DD21 (or 0xD2DD21) is unknown color: approx Pear. HEX triplet: D2, DD and 21. RGB value is (210,221,33). Sum of RGB (Red+Green+Blue) = 210+221+33=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD21 is #2D22DE. Grayscale: #C5C5C5. Windows color (decimal): -2958047 or 2219474. OLE color: 2219474.

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

Color convert

RGB21022133-
CMYK0.0500.850.13
HSL63.51º74.02%49.8%-
HSV(B)63.51º85.07%86.67%-
XYZ52.7165.5211.31-
YUV196.2835.86137.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 33 (13.28% from 255) = 7.11%
R=45.26%
G=47.63%
B=7.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210221330.0500.850.1363.5174.0249.8
HexD2DD215055D404a32
Octal32233541501251510011262
Binary110100101101110110000110101010101110110000001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD21; }

 p { color: rgb(210,221,33); }

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

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

 a { background-color: rgb(210,221,33); }

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

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

 span { border-color: rgb(210,221,33); }

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