Html Css Color HEX #D3DE20 Pear

📋 copy color: '#D3DE20'

red 211 ◦ green 222 ◦ blue 32

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

Shades of Pear #D3DE20

Tints of Pear #D3DE20

RGB

 RED value IS 211 (82.81% from 255) = 45.38%

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 45.38%
G = 47.74%
B = 6.88%

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

#D3DE20 (or 0xD3DE20) is known color: Pear. HEX triplet: D3, DE and 20. RGB value is (211,222,32). Sum of RGB (Red+Green+Blue) = 211+222+32=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE20 is #2C21DF. Grayscale: #C5C5C5. Windows color (decimal): -2892256 or 2154195. OLE color: 2154195.

HSL color Cylindrical-coordinate representation of color #D3DE20: hue angle of 63.47º 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 #D3DE20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 222 32 -
CMYK 0.05 0 0.86 0.13
HSL 63.47º 0.75% 0.5% -
HSV(B) 63.47º 0.86% 0.87% -
XYZ 53.25 66.2 11.34 -
YUV 197.05 34.86 137.95 -
System Red Green Blue C M Y K H S L
Decimal 211 222 32 0.05 0 0.86 0.13 63.47 0.75 0.5
Hex D3 DE 20 5 0 56 D 3F 4B 32
Octal 323 336 40 5 0 126 15 77 113 62
Binary 11010011 11011110 100000 101 0 1010110 1101 111111 1001011 110010

Color Harmonies of #D3DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DE20

Black with #D3DE20

Text Example


Text Example

White with #D3DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DE20; }

 p { color: rgb(211,222,32); }

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

background-color css

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

 a { background-color: rgb(211,222,32); }

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

border-color css

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

 span { border-color: rgb(211,222,32); }

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