Html Css Color HEX #DDEA2D Pear

📋 copy color: '#DDEA2D'

red 221 ◦ green 234 ◦ blue 45

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

Shades of Pear #DDEA2D

Tints of Pear #DDEA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 44.2%
G = 46.8%
B = 9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#DDEA2D (or 0xDDEA2D) is known color: Pear. HEX triplet: DD, EA and 2D. RGB value is (221,234,45). Sum of RGB (Red+Green+Blue) = 221+234+45=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA2D is #2215D2. Grayscale: #D1D1D1. Windows color (decimal): -2233811 or 3009245. OLE color: 3009245.

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

Color convert

RGB 221 234 45 -
CMYK 0.06 0 0.81 0.08
HSL 64.13º 0.82% 0.55% -
HSV(B) 64.13º 0.81% 0.92% -
XYZ 59.72 74.41 13.7 -
YUV 208.57 35.69 136.87 -
System Red Green Blue C M Y K H S L
Decimal 221 234 45 0.06 0 0.81 0.08 64.13 0.82 0.55
Hex DD EA 2D 6 0 51 8 40 52 37
Octal 335 352 55 6 0 121 10 100 122 67
Binary 11011101 11101010 101101 110 0 1010001 1000 1000000 1010010 110111

Color Harmonies of #DDEA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA2D

Black with #DDEA2D

Text Example


Text Example

White with #DDEA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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