Html Css Color HEX #DDFD31 Pear

📋 copy color: '#DDFD31'

red 221 ◦ green 253 ◦ blue 49

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

Shades of Pear #DDFD31

Tints of Pear #DDFD31

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.37%

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

R = 42.26%
G = 48.37%
B = 9.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DDFD31 (or 0xDDFD31) is known color: Pear. HEX triplet: DD, FD and 31. RGB value is (221,253,49). Sum of RGB (Red+Green+Blue) = 221+253+49=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 49 (19.53% from 255 or 9.37% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD31 is #2202CE. Grayscale: #DCDCDC. Windows color (decimal): -2228943 or 3276253. OLE color: 3276253.

HSL color Cylindrical-coordinate representation of color #DDFD31: hue angle of 69.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFD31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 49 -
CMYK 0.13 0 0.81 0.01
HSL 69.41º 0.98% 0.59% -
HSV(B) 69.41º 0.81% 0.99% -
XYZ 65.5 85.84 16.02 -
YUV 220.18 31.4 128.59 -
System Red Green Blue C M Y K H S L
Decimal 221 253 49 0.13 0 0.81 0.01 69.41 0.98 0.59
Hex DD FD 31 D 0 51 1 45 62 3B
Octal 335 375 61 15 0 121 1 105 142 73
Binary 11011101 11111101 110001 1101 0 1010001 1 1000101 1100010 111011

Color Harmonies of #DDFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD31

Black with #DDFD31

Text Example


Text Example

White with #DDFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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