Html Css Color HEX #DDF033 Pear

📋 copy color: '#DDF033'

red 221 ◦ green 240 ◦ blue 51

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

Shades of Pear #DDF033

Tints of Pear #DDF033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.96%

R = 43.16%
G = 46.88%
B = 9.96%

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

#DDF033 (or 0xDDF033) is known color: Pear. HEX triplet: DD, F0 and 33. RGB value is (221,240,51). Sum of RGB (Red+Green+Blue) = 221+240+51=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF033 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF033 is #220FCC. Grayscale: #D5D5D5. Windows color (decimal): -2232269 or 3403997. OLE color: 3403997.

HSL color Cylindrical-coordinate representation of color #DDF033: hue angle of 66.03º 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 #DDF033 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 51 -
CMYK 0.08 0 0.79 0.06
HSL 66.03º 0.86% 0.57% -
HSV(B) 66.03º 0.79% 0.94% -
XYZ 61.58 77.93 14.93 -
YUV 212.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 221 240 51 0.08 0 0.79 0.06 66.03 0.86 0.57
Hex DD F0 33 8 0 4F 6 42 56 39
Octal 335 360 63 10 0 117 6 102 126 71
Binary 11011101 11110000 110011 1000 0 1001111 110 1000010 1010110 111001

Color Harmonies of #DDF033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF033

Black with #DDF033

Text Example


Text Example

White with #DDF033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF033; }

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

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

background-color css

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

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

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

border-color css

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

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

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