Html Css Color HEX #DDF535 Pear

📋 copy color: '#DDF535'

red 221 ◦ green 245 ◦ blue 53

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

Shades of Pear #DDF535

Tints of Pear #DDF535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.21%

 BLUE value IS 53 (21.09% from 255) = 10.21%

R = 42.58%
G = 47.21%
B = 10.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#DDF535 (or 0xDDF535) is known color: Pear. HEX triplet: DD, F5 and 35. RGB value is (221,245,53). Sum of RGB (Red+Green+Blue) = 221+245+53=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF535 is #220ACA. Grayscale: #D8D8D8. Windows color (decimal): -2230987 or 3536349. OLE color: 3536349.

HSL color Cylindrical-coordinate representation of color #DDF535: hue angle of 67.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDF535 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 53 -
CMYK 0.10 0 0.78 0.04
HSL 67.5º 0.91% 0.58% -
HSV(B) 67.5º 0.78% 0.96% -
XYZ 63.11 80.93 15.66 -
YUV 215.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 221 245 53 0.10 0 0.78 0.04 67.5 0.91 0.58
Hex DD F5 35 A 0 4E 4 44 5B 3A
Octal 335 365 65 12 0 116 4 104 133 72
Binary 11011101 11110101 110101 1010 0 1001110 100 1000100 1011011 111010

Color Harmonies of #DDF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF535

Black with #DDF535

Text Example


Text Example

White with #DDF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF535; }

 p { color: rgb(221,245,53); }

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

background-color css

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

 a { background-color: rgb(221,245,53); }

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

border-color css

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

 span { border-color: rgb(221,245,53); }

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