Html Css Color HEX #DDEE1D Pear

📋 copy color: '#DDEE1D'

red 221 ◦ green 238 ◦ blue 29

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

Shades of Pear #DDEE1D

Tints of Pear #DDEE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 45.29%
G = 48.77%
B = 5.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#DDEE1D (or 0xDDEE1D) is known color: Pear. HEX triplet: DD, EE and 1D. RGB value is (221,238,29). Sum of RGB (Red+Green+Blue) = 221+238+29=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE1D is #2211E2. Grayscale: #D1D1D1. Windows color (decimal): -2232803 or 1961693. OLE color: 1961693.

HSL color Cylindrical-coordinate representation of color #DDEE1D: hue angle of 64.88º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDEE1D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 29 -
CMYK 0.07 0 0.88 0.07
HSL 64.88º 0.86% 0.52% -
HSV(B) 64.88º 0.88% 0.93% -
XYZ 60.62 76.61 12.75 -
YUV 209.09 26.37 136.49 -
System Red Green Blue C M Y K H S L
Decimal 221 238 29 0.07 0 0.88 0.07 64.88 0.86 0.52
Hex DD EE 1D 7 0 58 7 41 56 34
Octal 335 356 35 7 0 130 7 101 126 64
Binary 11011101 11101110 11101 111 0 1011000 111 1000001 1010110 110100

Color Harmonies of #DDEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE1D

Black with #DDEE1D

Text Example


Text Example

White with #DDEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE1D; }

 p { color: rgb(221,238,29); }

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

background-color css

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

 a { background-color: rgb(221,238,29); }

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

border-color css

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

 span { border-color: rgb(221,238,29); }

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