Html Css Color HEX #DDFB49 Pear

📋 copy color: '#DDFB49'

red 221 ◦ green 251 ◦ blue 73

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

Shades of Pear #DDFB49

Tints of Pear #DDFB49

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

 BLUE value IS 73 (28.91% from 255) = 13.39%

R = 40.55%
G = 46.06%
B = 13.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DDFB49 (or 0xDDFB49) is known color: Pear. HEX triplet: DD, FB and 49. RGB value is (221,251,73). Sum of RGB (Red+Green+Blue) = 221+251+73=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB49 is #2204B6. Grayscale: #DEDEDE. Windows color (decimal): -2229431 or 4848605. OLE color: 4848605.

HSL color Cylindrical-coordinate representation of color #DDFB49: hue angle of 70.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDFB49 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 73 -
CMYK 0.12 0 0.71 0.02
HSL 70.11º 0.96% 0.64% -
HSV(B) 70.11º 0.71% 0.98% -
XYZ 65.52 84.85 19.23 -
YUV 221.74 44.06 127.47 -
System Red Green Blue C M Y K H S L
Decimal 221 251 73 0.12 0 0.71 0.02 70.11 0.96 0.64
Hex DD FB 49 C 0 47 2 46 60 40
Octal 335 373 111 14 0 107 2 106 140 100
Binary 11011101 11111011 1001001 1100 0 1000111 10 1000110 1100000 1000000

Color Harmonies of #DDFB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB49

Black with #DDFB49

Text Example


Text Example

White with #DDFB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB49; }

 p { color: rgb(221,251,73); }

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

background-color css

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

 a { background-color: rgb(221,251,73); }

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

border-color css

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

 span { border-color: rgb(221,251,73); }

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