Html Css Color HEX #DDF620 Pear

📋 copy color: '#DDF620'

red 221 ◦ green 246 ◦ blue 32

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

Shades of Pear #DDF620

Tints of Pear #DDF620

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.3%

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

R = 44.29%
G = 49.3%
B = 6.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DDF620 (or 0xDDF620) is known color: Pear. HEX triplet: DD, F6 and 20. RGB value is (221,246,32). Sum of RGB (Red+Green+Blue) = 221+246+32=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 246 (96.48% from 255 or 49.30% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF620 is #2209DF. Grayscale: #D6D6D6. Windows color (decimal): -2230752 or 2160349. OLE color: 2160349.

HSL color Cylindrical-coordinate representation of color #DDF620: hue angle of 67.01º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF620 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 32 -
CMYK 0.10 0 0.87 0.04
HSL 67.01º 0.92% 0.55% -
HSV(B) 67.01º 0.87% 0.96% -
XYZ 63.04 81.39 13.75 -
YUV 214.13 25.22 132.9 -
System Red Green Blue C M Y K H S L
Decimal 221 246 32 0.10 0 0.87 0.04 67.01 0.92 0.55
Hex DD F6 20 A 0 57 4 43 5C 37
Octal 335 366 40 12 0 127 4 103 134 67
Binary 11011101 11110110 100000 1010 0 1010111 100 1000011 1011100 110111

Color Harmonies of #DDF620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF620

Black with #DDF620

Text Example


Text Example

White with #DDF620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF620; }

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

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

background-color css

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

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

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

border-color css

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

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

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