Html Css Color HEX #DDF328 Pear

📋 copy color: '#DDF328'

red 221 ◦ green 243 ◦ blue 40

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

Shades of Pear #DDF328

Tints of Pear #DDF328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.94%

R = 43.85%
G = 48.21%
B = 7.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#DDF328 (or 0xDDF328) is known color: Pear. HEX triplet: DD, F3 and 28. RGB value is (221,243,40). Sum of RGB (Red+Green+Blue) = 221+243+40=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF328 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF328 is #220CD7. Grayscale: #D6D6D6. Windows color (decimal): -2231512 or 2683869. OLE color: 2683869.

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

Color convert

RGB 221 243 40 -
CMYK 0.09 0 0.84 0.05
HSL 66.5º 0.89% 0.55% -
HSV(B) 66.5º 0.84% 0.95% -
XYZ 62.25 79.63 14.1 -
YUV 213.28 30.21 133.51 -
System Red Green Blue C M Y K H S L
Decimal 221 243 40 0.09 0 0.84 0.05 66.5 0.89 0.55
Hex DD F3 28 9 0 54 5 43 59 37
Octal 335 363 50 11 0 124 5 103 131 67
Binary 11011101 11110011 101000 1001 0 1010100 101 1000011 1011001 110111

Color Harmonies of #DDF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF328

Black with #DDF328

Text Example


Text Example

White with #DDF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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