Html Css Color HEX #DDF331 Pear

📋 copy color: '#DDF331'

red 221 ◦ green 243 ◦ blue 49

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

Shades of Pear #DDF331

Tints of Pear #DDF331

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.37%

 BLUE value IS 49 (19.53% from 255) = 9.55%

R = 43.08%
G = 47.37%
B = 9.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DDF331 (or 0xDDF331) is known color: Pear. HEX triplet: DD, F3 and 31. RGB value is (221,243,49). Sum of RGB (Red+Green+Blue) = 221+243+49=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF331 is #220CCE. Grayscale: #D7D7D7. Windows color (decimal): -2231503 or 3273693. OLE color: 3273693.

HSL color Cylindrical-coordinate representation of color #DDF331: hue angle of 66.8º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF331 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 49 -
CMYK 0.09 0 0.80 0.05
HSL 66.8º 0.89% 0.57% -
HSV(B) 66.8º 0.8% 0.95% -
XYZ 62.42 79.7 15 -
YUV 214.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 221 243 49 0.09 0 0.80 0.05 66.8 0.89 0.57
Hex DD F3 31 9 0 50 5 43 59 39
Octal 335 363 61 11 0 120 5 103 131 71
Binary 11011101 11110011 110001 1001 0 1010000 101 1000011 1011001 111001

Color Harmonies of #DDF331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF331

Black with #DDF331

Text Example


Text Example

White with #DDF331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF331; }

 p { color: rgb(221,243,49); }

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

background-color css

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

 a { background-color: rgb(221,243,49); }

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

border-color css

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

 span { border-color: rgb(221,243,49); }

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