Html Css Color HEX #DDE223 Pear

📋 copy color: '#DDE223'

red 221 ◦ green 226 ◦ blue 35

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

Shades of Pear #DDE223

Tints of Pear #DDE223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.26%

R = 45.85%
G = 46.89%
B = 7.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#DDE223 (or 0xDDE223) is known color: Pear. HEX triplet: DD, E2 and 23. RGB value is (221,226,35). Sum of RGB (Red+Green+Blue) = 221+226+35=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 35 (14.06% from 255 or 7.26% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE223 is #221DDC. Grayscale: #CBCBCB. Windows color (decimal): -2235869 or 2351837. OLE color: 2351837.

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

Color convert

RGB 221 226 35 -
CMYK 0.02 0 0.85 0.11
HSL 61.57º 0.77% 0.51% -
HSV(B) 61.57º 0.85% 0.89% -
XYZ 57.32 69.89 12.06 -
YUV 202.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 221 226 35 0.02 0 0.85 0.11 61.57 0.77 0.51
Hex DD E2 23 2 0 55 B 3E 4D 33
Octal 335 342 43 2 0 125 13 76 115 63
Binary 11011101 11100010 100011 10 0 1010101 1011 111110 1001101 110011

Color Harmonies of #DDE223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE223

Black with #DDE223

Text Example


Text Example

White with #DDE223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE223; }

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

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

background-color css

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

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

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

border-color css

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

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

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