Html Css Color HEX #DDF534 Pear

📋 copy color: '#DDF534'

red 221 ◦ green 245 ◦ blue 52

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

Shades of Pear #DDF534

Tints of Pear #DDF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.04%

R = 42.66%
G = 47.3%
B = 10.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#DDF534 (or 0xDDF534) is known color: Pear. HEX triplet: DD, F5 and 34. RGB value is (221,245,52). Sum of RGB (Red+Green+Blue) = 221+245+52=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF534 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF534 is #220ACB. Grayscale: #D8D8D8. Windows color (decimal): -2230988 or 3470813. OLE color: 3470813.

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

Color convert

RGB 221 245 52 -
CMYK 0.10 0 0.79 0.04
HSL 67.46º 0.91% 0.58% -
HSV(B) 67.46º 0.79% 0.96% -
XYZ 63.09 80.92 15.54 -
YUV 215.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 221 245 52 0.10 0 0.79 0.04 67.46 0.91 0.58
Hex DD F5 34 A 0 4F 4 43 5B 3A
Octal 335 365 64 12 0 117 4 103 133 72
Binary 11011101 11110101 110100 1010 0 1001111 100 1000011 1011011 111010

Color Harmonies of #DDF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF534

Black with #DDF534

Text Example


Text Example

White with #DDF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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