Html Css Color HEX #DDF820 Pear

📋 copy color: '#DDF820'

red 221 ◦ green 248 ◦ blue 32

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

Shades of Pear #DDF820

Tints of Pear #DDF820

RGB

 RED value IS 221 (86.72% from 255) = 44.11%

 GREEN value IS 248 (97.27% from 255) = 49.5%

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

R = 44.11%
G = 49.5%
B = 6.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DDF820 (or 0xDDF820) is known color: Pear. HEX triplet: DD, F8 and 20. RGB value is (221,248,32). Sum of RGB (Red+Green+Blue) = 221+248+32=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF820 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF820 is #2207DF. Grayscale: #D8D8D8. Windows color (decimal): -2230240 or 2160861. OLE color: 2160861.

HSL color Cylindrical-coordinate representation of color #DDF820: hue angle of 67.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF820 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 32 -
CMYK 0.11 0 0.87 0.03
HSL 67.5º 0.94% 0.55% -
HSV(B) 67.5º 0.87% 0.97% -
XYZ 63.65 82.61 13.96 -
YUV 215.3 24.55 132.06 -
System Red Green Blue C M Y K H S L
Decimal 221 248 32 0.11 0 0.87 0.03 67.5 0.94 0.55
Hex DD F8 20 B 0 57 3 44 5E 37
Octal 335 370 40 13 0 127 3 104 136 67
Binary 11011101 11111000 100000 1011 0 1010111 11 1000100 1011110 110111

Color Harmonies of #DDF820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF820

Black with #DDF820

Text Example


Text Example

White with #DDF820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF820; }

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

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

background-color css

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

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

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

border-color css

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

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

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