Html Css Color HEX #DDF621 Pear

📋 copy color: '#DDF621'

red 221 ◦ green 246 ◦ blue 33

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

Shades of Pear #DDF621

Tints of Pear #DDF621

RGB

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

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

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

R = 44.2%
G = 49.2%
B = 6.6%

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

#DDF621 (or 0xDDF621) is known color: Pear. HEX triplet: DD, F6 and 21. RGB value is (221,246,33). Sum of RGB (Red+Green+Blue) = 221+246+33=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF621 is #2209DE. Grayscale: #D7D7D7. Windows color (decimal): -2230751 or 2225885. OLE color: 2225885.

HSL color Cylindrical-coordinate representation of color #DDF621: hue angle of 67.04º 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 #DDF621 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 33 -
CMYK 0.10 0 0.87 0.04
HSL 67.04º 0.92% 0.55% -
HSV(B) 67.04º 0.87% 0.96% -
XYZ 63.05 81.39 13.83 -
YUV 214.24 25.72 132.82 -
System Red Green Blue C M Y K H S L
Decimal 221 246 33 0.10 0 0.87 0.04 67.04 0.92 0.55
Hex DD F6 21 A 0 57 4 43 5C 37
Octal 335 366 41 12 0 127 4 103 134 67
Binary 11011101 11110110 100001 1010 0 1010111 100 1000011 1011100 110111

Color Harmonies of #DDF621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF621

Black with #DDF621

Text Example


Text Example

White with #DDF621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF621; }

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

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

background-color css

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

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

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

border-color css

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

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

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