Html Css Color HEX #DDF720 Pear

📋 copy color: '#DDF720'

red 221 ◦ green 247 ◦ blue 32

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

Shades of Pear #DDF720

Tints of Pear #DDF720

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.4%

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

R = 44.2%
G = 49.4%
B = 6.4%

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

#DDF720 (or 0xDDF720) is known color: Pear. HEX triplet: DD, F7 and 20. RGB value is (221,247,32). Sum of RGB (Red+Green+Blue) = 221+247+32=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF720 is #2208DF. Grayscale: #D7D7D7. Windows color (decimal): -2230496 or 2160605. OLE color: 2160605.

HSL color Cylindrical-coordinate representation of color #DDF720: hue angle of 67.26º degrees, saturation: 0.93, 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 #DDF720 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 32 -
CMYK 0.11 0 0.87 0.03
HSL 67.26º 0.93% 0.55% -
HSV(B) 67.26º 0.87% 0.97% -
XYZ 63.34 82 13.86 -
YUV 214.72 24.89 132.48 -
System Red Green Blue C M Y K H S L
Decimal 221 247 32 0.11 0 0.87 0.03 67.26 0.93 0.55
Hex DD F7 20 B 0 57 3 43 5D 37
Octal 335 367 40 13 0 127 3 103 135 67
Binary 11011101 11110111 100000 1011 0 1010111 11 1000011 1011101 110111

Color Harmonies of #DDF720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF720

Black with #DDF720

Text Example


Text Example

White with #DDF720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF720; }

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

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

background-color css

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

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

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

border-color css

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

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

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