Html Css Color HEX #DDEC24 Pear

📋 copy color: '#DDEC24'

red 221 ◦ green 236 ◦ blue 36

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

Shades of Pear #DDEC24

Tints of Pear #DDEC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.3%

R = 44.83%
G = 47.87%
B = 7.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#DDEC24 (or 0xDDEC24) is known color: Pear. HEX triplet: DD, EC and 24. RGB value is (221,236,36). Sum of RGB (Red+Green+Blue) = 221+236+36=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC24 is #2213DB. Grayscale: #D1D1D1. Windows color (decimal): -2233308 or 2419933. OLE color: 2419933.

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

Color convert

RGB 221 236 36 -
CMYK 0.06 0 0.85 0.07
HSL 64.5º 0.84% 0.53% -
HSV(B) 64.5º 0.85% 0.93% -
XYZ 60.13 75.49 13.07 -
YUV 208.72 30.53 136.76 -
System Red Green Blue C M Y K H S L
Decimal 221 236 36 0.06 0 0.85 0.07 64.5 0.84 0.53
Hex DD EC 24 6 0 55 7 40 54 35
Octal 335 354 44 6 0 125 7 100 124 65
Binary 11011101 11101100 100100 110 0 1010101 111 1000000 1010100 110101

Color Harmonies of #DDEC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC24

Black with #DDEC24

Text Example


Text Example

White with #DDEC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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