Html Css Color HEX #DDE216 Pear

📋 copy color: '#DDE216'

red 221 ◦ green 226 ◦ blue 22

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

Shades of Pear #DDE216

Tints of Pear #DDE216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.69%

R = 47.12%
G = 48.19%
B = 4.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#DDE216 (or 0xDDE216) is known color: Pear. HEX triplet: DD, E2 and 16. RGB value is (221,226,22). Sum of RGB (Red+Green+Blue) = 221+226+22=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE216 is #221DE9. Grayscale: #CACACA. Windows color (decimal): -2235882 or 1499869. OLE color: 1499869.

HSL color Cylindrical-coordinate representation of color #DDE216: hue angle of 61.47º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDE216 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 226 22 -
CMYK 0.02 0 0.90 0.11
HSL 61.47º 0.82% 0.49% -
HSV(B) 61.47º 0.9% 0.89% -
XYZ 57.16 69.82 11.22 -
YUV 201.25 26.84 142.09 -
System Red Green Blue C M Y K H S L
Decimal 221 226 22 0.02 0 0.90 0.11 61.47 0.82 0.49
Hex DD E2 16 2 0 5A B 3D 52 31
Octal 335 342 26 2 0 132 13 75 122 61
Binary 11011101 11100010 10110 10 0 1011010 1011 111101 1010010 110001

Color Harmonies of #DDE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE216

Black with #DDE216

Text Example


Text Example

White with #DDE216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE216; }

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

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

background-color css

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

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

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

border-color css

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

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

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