Html Css Color HEX #DDEC2B Pear

📋 copy color: '#DDEC2B'

red 221 ◦ green 236 ◦ blue 43

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

Shades of Pear #DDEC2B

Tints of Pear #DDEC2B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 43 (17.19% from 255) = 8.6%

R = 44.2%
G = 47.2%
B = 8.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#DDEC2B (or 0xDDEC2B) is known color: Pear. HEX triplet: DD, EC and 2B. RGB value is (221,236,43). Sum of RGB (Red+Green+Blue) = 221+236+43=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC2B is #2213D4. Grayscale: #D2D2D2. Windows color (decimal): -2233301 or 2878685. OLE color: 2878685.

HSL color Cylindrical-coordinate representation of color #DDEC2B: hue angle of 64.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDEC2B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 43 -
CMYK 0.06 0 0.82 0.07
HSL 64.66º 0.84% 0.55% -
HSV(B) 64.66º 0.82% 0.93% -
XYZ 60.25 75.54 13.69 -
YUV 209.51 34.03 136.19 -
System Red Green Blue C M Y K H S L
Decimal 221 236 43 0.06 0 0.82 0.07 64.66 0.84 0.55
Hex DD EC 2B 6 0 52 7 41 54 37
Octal 335 354 53 6 0 122 7 101 124 67
Binary 11011101 11101100 101011 110 0 1010010 111 1000001 1010100 110111

Color Harmonies of #DDEC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC2B

Black with #DDEC2B

Text Example


Text Example

White with #DDEC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC2B; }

 p { color: rgb(221,236,43); }

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

background-color css

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

 a { background-color: rgb(221,236,43); }

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

border-color css

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

 span { border-color: rgb(221,236,43); }

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