Html Css Color HEX #DDEC31 Pear

📋 copy color: '#DDEC31'

red 221 ◦ green 236 ◦ blue 49

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

Shades of Pear #DDEC31

Tints of Pear #DDEC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.64%

 BLUE value IS 49 (19.53% from 255) = 9.68%

R = 43.68%
G = 46.64%
B = 9.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#DDEC31 (or 0xDDEC31) is known color: Pear. HEX triplet: DD, EC and 31. RGB value is (221,236,49). Sum of RGB (Red+Green+Blue) = 221+236+49=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEC31 is #2213CE. Grayscale: #D2D2D2. Windows color (decimal): -2233295 or 3271901. OLE color: 3271901.

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

Color convert

RGB 221 236 49 -
CMYK 0.06 0 0.79 0.07
HSL 64.81º 0.83% 0.56% -
HSV(B) 64.81º 0.79% 0.93% -
XYZ 60.37 75.58 14.31 -
YUV 210.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 221 236 49 0.06 0 0.79 0.07 64.81 0.83 0.56
Hex DD EC 31 6 0 4F 7 41 53 38
Octal 335 354 61 6 0 117 7 101 123 70
Binary 11011101 11101100 110001 110 0 1001111 111 1000001 1010011 111000

Color Harmonies of #DDEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEC31

Black with #DDEC31

Text Example


Text Example

White with #DDEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEC31; }

 p { color: rgb(221,236,49); }

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

background-color css

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

 a { background-color: rgb(221,236,49); }

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

border-color css

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

 span { border-color: rgb(221,236,49); }

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