Html Css Color HEX #DDF330 Pear

📋 copy color: '#DDF330'

red 221 ◦ green 243 ◦ blue 48

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

Shades of Pear #DDF330

Tints of Pear #DDF330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.38%

R = 43.16%
G = 47.46%
B = 9.38%

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

#DDF330 (or 0xDDF330) is known color: Pear. HEX triplet: DD, F3 and 30. RGB value is (221,243,48). Sum of RGB (Red+Green+Blue) = 221+243+48=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF330 is #220CCF. Grayscale: #D6D6D6. Windows color (decimal): -2231504 or 3208157. OLE color: 3208157.

HSL color Cylindrical-coordinate representation of color #DDF330: hue angle of 66.77º 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 #DDF330 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 48 -
CMYK 0.09 0 0.80 0.05
HSL 66.77º 0.89% 0.57% -
HSV(B) 66.77º 0.8% 0.95% -
XYZ 62.4 79.69 14.89 -
YUV 214.19 34.21 132.86 -
System Red Green Blue C M Y K H S L
Decimal 221 243 48 0.09 0 0.80 0.05 66.77 0.89 0.57
Hex DD F3 30 9 0 50 5 43 59 39
Octal 335 363 60 11 0 120 5 103 131 71
Binary 11011101 11110011 110000 1001 0 1010000 101 1000011 1011001 111001

Color Harmonies of #DDF330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF330

Black with #DDF330

Text Example


Text Example

White with #DDF330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF330; }

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

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

background-color css

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

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

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

border-color css

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

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

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