Html Css Color HEX #DDF020 Pear

📋 copy color: '#DDF020'

red 221 ◦ green 240 ◦ blue 32

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

Shades of Pear #DDF020

Tints of Pear #DDF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 44.83%
G = 48.68%
B = 6.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DDF020 (or 0xDDF020) is known color: Pear. HEX triplet: DD, F0 and 20. RGB value is (221,240,32). Sum of RGB (Red+Green+Blue) = 221+240+32=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF020 is #220FDF. Grayscale: #D3D3D3. Windows color (decimal): -2232288 or 2158813. OLE color: 2158813.

HSL color Cylindrical-coordinate representation of color #DDF020: hue angle of 65.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF020 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 32 -
CMYK 0.08 0 0.87 0.06
HSL 65.48º 0.87% 0.53% -
HSV(B) 65.48º 0.87% 0.94% -
XYZ 61.24 77.8 13.16 -
YUV 210.61 27.21 135.41 -
System Red Green Blue C M Y K H S L
Decimal 221 240 32 0.08 0 0.87 0.06 65.48 0.87 0.53
Hex DD F0 20 8 0 57 6 41 57 35
Octal 335 360 40 10 0 127 6 101 127 65
Binary 11011101 11110000 100000 1000 0 1010111 110 1000001 1010111 110101

Color Harmonies of #DDF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF020

Black with #DDF020

Text Example


Text Example

White with #DDF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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