Html Css Color HEX #DDE215 Pear

📋 copy color: '#DDE215'

red 221 ◦ green 226 ◦ blue 21

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

Shades of Pear #DDE215

Tints of Pear #DDE215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.49%

R = 47.22%
G = 48.29%
B = 4.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#DDE215 (or 0xDDE215) is known color: Pear. HEX triplet: DD, E2 and 15. RGB value is (221,226,21). Sum of RGB (Red+Green+Blue) = 221+226+21=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE215 is #221DEA. Grayscale: #C9C9C9. Windows color (decimal): -2235883 or 1434333. OLE color: 1434333.

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

Color convert

RGB 221 226 21 -
CMYK 0.02 0 0.91 0.11
HSL 61.46º 0.83% 0.48% -
HSV(B) 61.46º 0.91% 0.89% -
XYZ 57.15 69.82 11.17 -
YUV 201.14 26.34 142.17 -
System Red Green Blue C M Y K H S L
Decimal 221 226 21 0.02 0 0.91 0.11 61.46 0.83 0.48
Hex DD E2 15 2 0 5B B 3D 53 30
Octal 335 342 25 2 0 133 13 75 123 60
Binary 11011101 11100010 10101 10 0 1011011 1011 111101 1010011 110000

Color Harmonies of #DDE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE215

Black with #DDE215

Text Example


Text Example

White with #DDE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE215; }

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

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

background-color css

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

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

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

border-color css

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

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

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