Html Css Color HEX #DDF329 Pear

📋 copy color: '#DDF329'

red 221 ◦ green 243 ◦ blue 41

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

Shades of Pear #DDF329

Tints of Pear #DDF329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.12%

R = 43.76%
G = 48.12%
B = 8.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DDF329 (or 0xDDF329) is known color: Pear. HEX triplet: DD, F3 and 29. RGB value is (221,243,41). Sum of RGB (Red+Green+Blue) = 221+243+41=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF329 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF329 is #220CD6. Grayscale: #D6D6D6. Windows color (decimal): -2231511 or 2749405. OLE color: 2749405.

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

Color convert

RGB 221 243 41 -
CMYK 0.09 0 0.83 0.05
HSL 66.53º 0.89% 0.56% -
HSV(B) 66.53º 0.83% 0.95% -
XYZ 62.27 79.63 14.19 -
YUV 213.39 30.71 133.43 -
System Red Green Blue C M Y K H S L
Decimal 221 243 41 0.09 0 0.83 0.05 66.53 0.89 0.56
Hex DD F3 29 9 0 53 5 43 59 38
Octal 335 363 51 11 0 123 5 103 131 70
Binary 11011101 11110011 101001 1001 0 1010011 101 1000011 1011001 111000

Color Harmonies of #DDF329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF329

Black with #DDF329

Text Example


Text Example

White with #DDF329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF329; }

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

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

background-color css

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

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

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

border-color css

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

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

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