Html Css Color HEX #DDE514 Pear

📋 copy color: '#DDE514'

red 221 ◦ green 229 ◦ blue 20

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

Shades of Pear #DDE514

Tints of Pear #DDE514

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.72%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 47.02%
G = 48.72%
B = 4.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#DDE514 (or 0xDDE514) is known color: Pear. HEX triplet: DD, E5 and 14. RGB value is (221,229,20). Sum of RGB (Red+Green+Blue) = 221+229+20=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE514 is #221AEB. Grayscale: #CBCBCB. Windows color (decimal): -2235116 or 1369565. OLE color: 1369565.

HSL color Cylindrical-coordinate representation of color #DDE514: hue angle of 62.3º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDE514 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 20 -
CMYK 0.03 0 0.91 0.10
HSL 62.3º 0.84% 0.49% -
HSV(B) 62.3º 0.91% 0.9% -
XYZ 57.96 71.46 11.4 -
YUV 202.78 24.85 140.99 -
System Red Green Blue C M Y K H S L
Decimal 221 229 20 0.03 0 0.91 0.10 62.3 0.84 0.49
Hex DD E5 14 3 0 5B A 3E 54 31
Octal 335 345 24 3 0 133 12 76 124 61
Binary 11011101 11100101 10100 11 0 1011011 1010 111110 1010100 110001

Color Harmonies of #DDE514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE514

Black with #DDE514

Text Example


Text Example

White with #DDE514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE514; }

 p { color: rgb(221,229,20); }

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

background-color css

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

 a { background-color: rgb(221,229,20); }

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

border-color css

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

 span { border-color: rgb(221,229,20); }

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