Html Css Color HEX #DDE930 Pear

📋 copy color: '#DDE930'

red 221 ◦ green 233 ◦ blue 48

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

Shades of Pear #DDE930

Tints of Pear #DDE930

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

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

R = 44.02%
G = 46.41%
B = 9.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#DDE930 (or 0xDDE930) is known color: Pear. HEX triplet: DD, E9 and 30. RGB value is (221,233,48). Sum of RGB (Red+Green+Blue) = 221+233+48=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDE930 is #2216CF. Grayscale: #D1D1D1. Windows color (decimal): -2234064 or 3205597. OLE color: 3205597.

HSL color Cylindrical-coordinate representation of color #DDE930: hue angle of 63.89º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDE930 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 233 48 -
CMYK 0.05 0 0.79 0.09
HSL 63.89º 0.81% 0.55% -
HSV(B) 63.89º 0.79% 0.91% -
XYZ 59.49 73.86 13.92 -
YUV 208.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 221 233 48 0.05 0 0.79 0.09 63.89 0.81 0.55
Hex DD E9 30 5 0 4F 9 40 51 37
Octal 335 351 60 5 0 117 11 100 121 67
Binary 11011101 11101001 110000 101 0 1001111 1001 1000000 1010001 110111

Color Harmonies of #DDE930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE930

Black with #DDE930

Text Example


Text Example

White with #DDE930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE930; }

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

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

background-color css

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

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

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

border-color css

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

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

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