Html Css Color HEX #DDE21C Pear

📋 copy color: '#DDE21C'

red 221 ◦ green 226 ◦ blue 28

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

Shades of Pear #DDE21C

Tints of Pear #DDE21C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.58%

 BLUE value IS 28 (11.33% from 255) = 5.89%

R = 46.53%
G = 47.58%
B = 5.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#DDE21C (or 0xDDE21C) is known color: Pear. HEX triplet: DD, E2 and 1C. RGB value is (221,226,28). Sum of RGB (Red+Green+Blue) = 221+226+28=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE21C is #221DE3. Grayscale: #CACACA. Windows color (decimal): -2235876 or 1893085. OLE color: 1893085.

HSL color Cylindrical-coordinate representation of color #DDE21C: hue angle of 61.52º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDE21C is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 28 -
CMYK 0.02 0 0.88 0.11
HSL 61.52º 0.78% 0.5% -
HSV(B) 61.52º 0.88% 0.89% -
XYZ 57.22 69.85 11.56 -
YUV 201.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 221 226 28 0.02 0 0.88 0.11 61.52 0.78 0.5
Hex DD E2 1C 2 0 58 B 3E 4E 32
Octal 335 342 34 2 0 130 13 76 116 62
Binary 11011101 11100010 11100 10 0 1011000 1011 111110 1001110 110010

Color Harmonies of #DDE21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE21C

Black with #DDE21C

Text Example


Text Example

White with #DDE21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE21C; }

 p { color: rgb(221,226,28); }

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

background-color css

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

 a { background-color: rgb(221,226,28); }

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

border-color css

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

 span { border-color: rgb(221,226,28); }

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