Html Css Color HEX #D1DD20 Pear

📋 copy color: '#D1DD20'

red 209 ◦ green 221 ◦ blue 32

#D1DD20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D1DD20

Tints of Pear #D1DD20

RGB

 RED value IS 209 (82.03% from 255) = 45.24%

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 32 (12.89% from 255) = 6.93%

R = 45.24%
G = 47.84%
B = 6.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#D1DD20 (or 0xD1DD20) is known color: Pear. HEX triplet: D1, DD and 20. RGB value is (209,221,32). Sum of RGB (Red+Green+Blue) = 209+221+32=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD20 is #2E22DF. Grayscale: #C4C4C4. Windows color (decimal): -3023584 or 2153937. OLE color: 2153937.

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

Color convert

RGB 209 221 32 -
CMYK 0.05 0 0.86 0.13
HSL 63.81º 0.75% 0.5% -
HSV(B) 63.81º 0.86% 0.87% -
XYZ 52.41 65.37 11.22 -
YUV 195.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 209 221 32 0.05 0 0.86 0.13 63.81 0.75 0.5
Hex D1 DD 20 5 0 56 D 40 4B 32
Octal 321 335 40 5 0 126 15 100 113 62
Binary 11010001 11011101 100000 101 0 1010110 1101 1000000 1001011 110010

Color Harmonies of #D1DD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD20

Black with #D1DD20

Text Example


Text Example

White with #D1DD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD20; }

 p { color: rgb(209,221,32); }

 H1.HeaderClassName
 {
   color: #D1DD20;
 }
 .AnyTagClassName
 {
   color: #D1DD20;
 }
</style>

background-color css

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

 a { background-color: rgb(209,221,32); }

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

border-color css

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

 span { border-color: rgb(209,221,32); }

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