Html Css Color HEX #DDF221 Pear

📋 copy color: '#DDF221'

red 221 ◦ green 242 ◦ blue 33

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

Shades of Pear #DDF221

Tints of Pear #DDF221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 33 (13.28% from 255) = 6.65%

R = 44.56%
G = 48.79%
B = 6.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#DDF221 (or 0xDDF221) is known color: Pear. HEX triplet: DD, F2 and 21. RGB value is (221,242,33). Sum of RGB (Red+Green+Blue) = 221+242+33=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF221 is #220DDE. Grayscale: #D4D4D4. Windows color (decimal): -2231775 or 2224861. OLE color: 2224861.

HSL color Cylindrical-coordinate representation of color #DDF221: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF221 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 33 -
CMYK 0.09 0 0.86 0.05
HSL 66.03º 0.89% 0.54% -
HSV(B) 66.03º 0.86% 0.95% -
XYZ 61.85 78.99 13.43 -
YUV 211.9 27.04 134.49 -
System Red Green Blue C M Y K H S L
Decimal 221 242 33 0.09 0 0.86 0.05 66.03 0.89 0.54
Hex DD F2 21 9 0 56 5 42 59 36
Octal 335 362 41 11 0 126 5 102 131 66
Binary 11011101 11110010 100001 1001 0 1010110 101 1000010 1011001 110110

Color Harmonies of #DDF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF221

Black with #DDF221

Text Example


Text Example

White with #DDF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF221; }

 p { color: rgb(221,242,33); }

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

background-color css

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

 a { background-color: rgb(221,242,33); }

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

border-color css

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

 span { border-color: rgb(221,242,33); }

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