Html Css Color HEX #DDF032 Pear

📋 copy color: '#DDF032'

red 221 ◦ green 240 ◦ blue 50

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

Shades of Pear #DDF032

Tints of Pear #DDF032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.78%

R = 43.25%
G = 46.97%
B = 9.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#DDF032 (or 0xDDF032) is known color: Pear. HEX triplet: DD, F0 and 32. RGB value is (221,240,50). Sum of RGB (Red+Green+Blue) = 221+240+50=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF032 is #220FCD. Grayscale: #D5D5D5. Windows color (decimal): -2232270 or 3338461. OLE color: 3338461.

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

Color convert

RGB 221 240 50 -
CMYK 0.08 0 0.79 0.06
HSL 66º 0.86% 0.57% -
HSV(B) 66º 0.79% 0.94% -
XYZ 61.55 77.92 14.81 -
YUV 212.66 36.21 133.95 -
System Red Green Blue C M Y K H S L
Decimal 221 240 50 0.08 0 0.79 0.06 66 0.86 0.57
Hex DD F0 32 8 0 4F 6 42 56 39
Octal 335 360 62 10 0 117 6 102 126 71
Binary 11011101 11110000 110010 1000 0 1001111 110 1000010 1010110 111001

Color Harmonies of #DDF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF032

Black with #DDF032

Text Example


Text Example

White with #DDF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF032; }

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

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

background-color css

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

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

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

border-color css

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

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

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