Html Css Color HEX #DDF920 Pear

📋 copy color: '#DDF920'

red 221 ◦ green 249 ◦ blue 32

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

Shades of Pear #DDF920

Tints of Pear #DDF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.6%

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

R = 44.02%
G = 49.6%
B = 6.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DDF920 (or 0xDDF920) is known color: Pear. HEX triplet: DD, F9 and 20. RGB value is (221,249,32). Sum of RGB (Red+Green+Blue) = 221+249+32=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF920 is #2206DF. Grayscale: #D8D8D8. Windows color (decimal): -2229984 or 2161117. OLE color: 2161117.

HSL color Cylindrical-coordinate representation of color #DDF920: hue angle of 67.74º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDF920 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 32 -
CMYK 0.11 0 0.87 0.02
HSL 67.74º 0.95% 0.55% -
HSV(B) 67.74º 0.87% 0.98% -
XYZ 63.96 83.23 14.06 -
YUV 215.89 24.22 131.64 -
System Red Green Blue C M Y K H S L
Decimal 221 249 32 0.11 0 0.87 0.02 67.74 0.95 0.55
Hex DD F9 20 B 0 57 2 44 5F 37
Octal 335 371 40 13 0 127 2 104 137 67
Binary 11011101 11111001 100000 1011 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DDF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF920

Black with #DDF920

Text Example


Text Example

White with #DDF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF920; }

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

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

background-color css

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

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

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

border-color css

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

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

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