Html Css Color HEX #DDED37 Pear

📋 copy color: '#DDED37'

red 221 ◦ green 237 ◦ blue 55

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

Shades of Pear #DDED37

Tints of Pear #DDED37

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 55 (21.88% from 255) = 10.72%

R = 43.08%
G = 46.2%
B = 10.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#DDED37 (or 0xDDED37) is known color: Pear. HEX triplet: DD, ED and 37. RGB value is (221,237,55). Sum of RGB (Red+Green+Blue) = 221+237+55=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED37 is #2212C8. Grayscale: #D4D4D4. Windows color (decimal): -2233033 or 3665373. OLE color: 3665373.

HSL color Cylindrical-coordinate representation of color #DDED37: hue angle of 65.27º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDED37 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 55 -
CMYK 0.07 0 0.77 0.07
HSL 65.27º 0.83% 0.57% -
HSV(B) 65.27º 0.77% 0.93% -
XYZ 60.79 76.22 15.12 -
YUV 211.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 221 237 55 0.07 0 0.77 0.07 65.27 0.83 0.57
Hex DD ED 37 7 0 4D 7 41 53 39
Octal 335 355 67 7 0 115 7 101 123 71
Binary 11011101 11101101 110111 111 0 1001101 111 1000001 1010011 111001

Color Harmonies of #DDED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED37

Black with #DDED37

Text Example


Text Example

White with #DDED37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED37; }

 p { color: rgb(221,237,55); }

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

background-color css

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

 a { background-color: rgb(221,237,55); }

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

border-color css

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

 span { border-color: rgb(221,237,55); }

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