Html Css Color HEX #DDEA30 Pear

📋 copy color: '#DDEA30'

red 221 ◦ green 234 ◦ blue 48

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

Shades of Pear #DDEA30

Tints of Pear #DDEA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.54%

R = 43.94%
G = 46.52%
B = 9.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#DDEA30 (or 0xDDEA30) is known color: Pear. HEX triplet: DD, EA and 30. RGB value is (221,234,48). Sum of RGB (Red+Green+Blue) = 221+234+48=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 48 (19.14% from 255 or 9.54% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA30 is #2215CF. Grayscale: #D1D1D1. Windows color (decimal): -2233808 or 3205853. OLE color: 3205853.

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

Color convert

RGB 221 234 48 -
CMYK 0.06 0 0.79 0.08
HSL 64.19º 0.82% 0.55% -
HSV(B) 64.19º 0.79% 0.92% -
XYZ 59.78 74.43 14.01 -
YUV 208.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 221 234 48 0.06 0 0.79 0.08 64.19 0.82 0.55
Hex DD EA 30 6 0 4F 8 40 52 37
Octal 335 352 60 6 0 117 10 100 122 67
Binary 11011101 11101010 110000 110 0 1001111 1000 1000000 1010010 110111

Color Harmonies of #DDEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA30

Black with #DDEA30

Text Example


Text Example

White with #DDEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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