Html Css Color HEX #DDF933 Pear

📋 copy color: '#DDF933'

red 221 ◦ green 249 ◦ blue 51

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

Shades of Pear #DDF933

Tints of Pear #DDF933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.79%

R = 42.42%
G = 47.79%
B = 9.79%

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

#DDF933 (or 0xDDF933) is known color: Pear. HEX triplet: DD, F9 and 33. RGB value is (221,249,51). Sum of RGB (Red+Green+Blue) = 221+249+51=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 51 (20.31% from 255 or 9.79% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF933 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF933 is #2206CC. Grayscale: #DADADA. Windows color (decimal): -2229965 or 3406301. OLE color: 3406301.

HSL color Cylindrical-coordinate representation of color #DDF933: hue angle of 68.48º 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 #DDF933 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 51 -
CMYK 0.11 0 0.80 0.02
HSL 68.48º 0.94% 0.59% -
HSV(B) 68.48º 0.8% 0.98% -
XYZ 64.29 83.36 15.83 -
YUV 218.06 33.72 130.1 -
System Red Green Blue C M Y K H S L
Decimal 221 249 51 0.11 0 0.80 0.02 68.48 0.94 0.59
Hex DD F9 33 B 0 50 2 44 5E 3B
Octal 335 371 63 13 0 120 2 104 136 73
Binary 11011101 11111001 110011 1011 0 1010000 10 1000100 1011110 111011

Color Harmonies of #DDF933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF933

Black with #DDF933

Text Example


Text Example

White with #DDF933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF933; }

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

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

background-color css

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

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

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

border-color css

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

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

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