Html Css Color HEX #DDF522 Pear

📋 copy color: '#DDF522'

red 221 ◦ green 245 ◦ blue 34

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

Shades of Pear #DDF522

Tints of Pear #DDF522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.8%

R = 44.2%
G = 49%
B = 6.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#DDF522 (or 0xDDF522) is known color: Pear. HEX triplet: DD, F5 and 22. RGB value is (221,245,34). Sum of RGB (Red+Green+Blue) = 221+245+34=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 34 (13.67% from 255 or 6.8% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF522 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF522 is #220ADD. Grayscale: #D6D6D6. Windows color (decimal): -2231006 or 2291165. OLE color: 2291165.

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

Color convert

RGB 221 245 34 -
CMYK 0.10 0 0.86 0.04
HSL 66.82º 0.91% 0.55% -
HSV(B) 66.82º 0.86% 0.96% -
XYZ 62.76 80.79 13.8 -
YUV 213.77 26.55 133.16 -
System Red Green Blue C M Y K H S L
Decimal 221 245 34 0.10 0 0.86 0.04 66.82 0.91 0.55
Hex DD F5 22 A 0 56 4 43 5B 37
Octal 335 365 42 12 0 126 4 103 133 67
Binary 11011101 11110101 100010 1010 0 1010110 100 1000011 1011011 110111

Color Harmonies of #DDF522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF522

Black with #DDF522

Text Example


Text Example

White with #DDF522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF522; }

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

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

background-color css

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

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

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

border-color css

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

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

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