Html Css Color HEX #DDF932 Pear

📋 copy color: '#DDF932'

red 221 ◦ green 249 ◦ blue 50

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

Shades of Pear #DDF932

Tints of Pear #DDF932

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 50 (19.92% from 255) = 9.62%

R = 42.5%
G = 47.88%
B = 9.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#DDF932 (or 0xDDF932) is known color: Pear. HEX triplet: DD, F9 and 32. RGB value is (221,249,50). Sum of RGB (Red+Green+Blue) = 221+249+50=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF932 is #2206CD. Grayscale: #DADADA. Windows color (decimal): -2229966 or 3340765. OLE color: 3340765.

HSL color Cylindrical-coordinate representation of color #DDF932: hue angle of 68.44º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF932 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 50 -
CMYK 0.11 0 0.80 0.02
HSL 68.44º 0.94% 0.59% -
HSV(B) 68.44º 0.8% 0.98% -
XYZ 64.27 83.35 15.72 -
YUV 217.94 33.22 130.18 -
System Red Green Blue C M Y K H S L
Decimal 221 249 50 0.11 0 0.80 0.02 68.44 0.94 0.59
Hex DD F9 32 B 0 50 2 44 5E 3B
Octal 335 371 62 13 0 120 2 104 136 73
Binary 11011101 11111001 110010 1011 0 1010000 10 1000100 1011110 111011

Color Harmonies of #DDF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF932

Black with #DDF932

Text Example


Text Example

White with #DDF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF932; }

 p { color: rgb(221,249,50); }

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

background-color css

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

 a { background-color: rgb(221,249,50); }

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

border-color css

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

 span { border-color: rgb(221,249,50); }

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