Html Css Color HEX #DDEA2E Pear

📋 copy color: '#DDEA2E'

red 221 ◦ green 234 ◦ blue 46

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

Shades of Pear #DDEA2E

Tints of Pear #DDEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

 BLUE value IS 46 (18.36% from 255) = 9.18%

R = 44.11%
G = 46.71%
B = 9.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#DDEA2E (or 0xDDEA2E) is known color: Pear. HEX triplet: DD, EA and 2E. RGB value is (221,234,46). Sum of RGB (Red+Green+Blue) = 221+234+46=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA2E is #2215D1. Grayscale: #D1D1D1. Windows color (decimal): -2233810 or 3074781. OLE color: 3074781.

HSL color Cylindrical-coordinate representation of color #DDEA2E: hue angle of 64.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDEA2E is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 46 -
CMYK 0.06 0 0.80 0.08
HSL 64.15º 0.82% 0.55% -
HSV(B) 64.15º 0.8% 0.92% -
XYZ 59.73 74.42 13.8 -
YUV 208.68 36.19 136.79 -
System Red Green Blue C M Y K H S L
Decimal 221 234 46 0.06 0 0.80 0.08 64.15 0.82 0.55
Hex DD EA 2E 6 0 50 8 40 52 37
Octal 335 352 56 6 0 120 10 100 122 67
Binary 11011101 11101010 101110 110 0 1010000 1000 1000000 1010010 110111

Color Harmonies of #DDEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA2E

Black with #DDEA2E

Text Example


Text Example

White with #DDEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA2E; }

 p { color: rgb(221,234,46); }

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

background-color css

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

 a { background-color: rgb(221,234,46); }

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

border-color css

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

 span { border-color: rgb(221,234,46); }

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