Html Css Color HEX #DDF526 Pear

📋 copy color: '#DDF526'

red 221 ◦ green 245 ◦ blue 38

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

Shades of Pear #DDF526

Tints of Pear #DDF526

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.61%

 BLUE value IS 38 (15.23% from 255) = 7.54%

R = 43.85%
G = 48.61%
B = 7.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#DDF526 (or 0xDDF526) is known color: Pear. HEX triplet: DD, F5 and 26. RGB value is (221,245,38). Sum of RGB (Red+Green+Blue) = 221+245+38=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 38 (15.23% from 255 or 7.54% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF526 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF526 is #220AD9. Grayscale: #D7D7D7. Windows color (decimal): -2231002 or 2553309. OLE color: 2553309.

HSL color Cylindrical-coordinate representation of color #DDF526: hue angle of 66.96º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDF526 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 38 -
CMYK 0.10 0 0.84 0.04
HSL 66.96º 0.91% 0.55% -
HSV(B) 66.96º 0.84% 0.96% -
XYZ 62.82 80.82 14.12 -
YUV 214.23 28.55 132.83 -
System Red Green Blue C M Y K H S L
Decimal 221 245 38 0.10 0 0.84 0.04 66.96 0.91 0.55
Hex DD F5 26 A 0 54 4 43 5B 37
Octal 335 365 46 12 0 124 4 103 133 67
Binary 11011101 11110101 100110 1010 0 1010100 100 1000011 1011011 110111

Color Harmonies of #DDF526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF526

Black with #DDF526

Text Example


Text Example

White with #DDF526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF526; }

 p { color: rgb(221,245,38); }

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

background-color css

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

 a { background-color: rgb(221,245,38); }

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

border-color css

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

 span { border-color: rgb(221,245,38); }

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