Html Css Color HEX #DDEA32 Pear

📋 copy color: '#DDEA32'

red 221 ◦ green 234 ◦ blue 50

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

Shades of Pear #DDEA32

Tints of Pear #DDEA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.9%

R = 43.76%
G = 46.34%
B = 9.9%

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

#DDEA32 (or 0xDDEA32) is known color: Pear. HEX triplet: DD, EA and 32. RGB value is (221,234,50). Sum of RGB (Red+Green+Blue) = 221+234+50=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA32 is #2215CD. Grayscale: #D1D1D1. Windows color (decimal): -2233806 or 3336925. OLE color: 3336925.

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

Color convert

RGB 221 234 50 -
CMYK 0.06 0 0.79 0.08
HSL 64.24º 0.81% 0.56% -
HSV(B) 64.24º 0.79% 0.92% -
XYZ 59.82 74.45 14.23 -
YUV 209.14 38.19 136.46 -
System Red Green Blue C M Y K H S L
Decimal 221 234 50 0.06 0 0.79 0.08 64.24 0.81 0.56
Hex DD EA 32 6 0 4F 8 40 51 38
Octal 335 352 62 6 0 117 10 100 121 70
Binary 11011101 11101010 110010 110 0 1001111 1000 1000000 1010001 111000

Color Harmonies of #DDEA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA32

Black with #DDEA32

Text Example


Text Example

White with #DDEA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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