Html Css Color HEX #DDF527 Pear

📋 copy color: '#DDF527'

red 221 ◦ green 245 ◦ blue 39

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

Shades of Pear #DDF527

Tints of Pear #DDF527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.72%

R = 43.76%
G = 48.51%
B = 7.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#DDF527 (or 0xDDF527) is known color: Pear. HEX triplet: DD, F5 and 27. RGB value is (221,245,39). Sum of RGB (Red+Green+Blue) = 221+245+39=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 39 (15.62% from 255 or 7.72% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF527 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF527 is #220AD8. Grayscale: #D7D7D7. Windows color (decimal): -2231001 or 2618845. OLE color: 2618845.

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

Color convert

RGB 221 245 39 -
CMYK 0.10 0 0.84 0.04
HSL 66.99º 0.91% 0.56% -
HSV(B) 66.99º 0.84% 0.96% -
XYZ 62.84 80.82 14.21 -
YUV 214.34 29.05 132.75 -
System Red Green Blue C M Y K H S L
Decimal 221 245 39 0.10 0 0.84 0.04 66.99 0.91 0.56
Hex DD F5 27 A 0 54 4 43 5B 38
Octal 335 365 47 12 0 124 4 103 133 70
Binary 11011101 11110101 100111 1010 0 1010100 100 1000011 1011011 111000

Color Harmonies of #DDF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF527

Black with #DDF527

Text Example


Text Example

White with #DDF527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF527; }

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

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

background-color css

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

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

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

border-color css

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

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

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