Html Css Color HEX #DDF934 Pear

📋 copy color: '#DDF934'

red 221 ◦ green 249 ◦ blue 52

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

Shades of Pear #DDF934

Tints of Pear #DDF934

RGB

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

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

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

R = 42.34%
G = 47.7%
B = 9.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#DDF934 (or 0xDDF934) is known color: Pear. HEX triplet: DD, F9 and 34. RGB value is (221,249,52). Sum of RGB (Red+Green+Blue) = 221+249+52=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF934 is #2206CB. Grayscale: #DADADA. Windows color (decimal): -2229964 or 3471837. OLE color: 3471837.

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

Color convert

RGB 221 249 52 -
CMYK 0.11 0 0.79 0.02
HSL 68.53º 0.94% 0.59% -
HSV(B) 68.53º 0.79% 0.98% -
XYZ 64.31 83.37 15.95 -
YUV 218.17 34.22 130.02 -
System Red Green Blue C M Y K H S L
Decimal 221 249 52 0.11 0 0.79 0.02 68.53 0.94 0.59
Hex DD F9 34 B 0 4F 2 45 5E 3B
Octal 335 371 64 13 0 117 2 105 136 73
Binary 11011101 11111001 110100 1011 0 1001111 10 1000101 1011110 111011

Color Harmonies of #DDF934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF934

Black with #DDF934

Text Example


Text Example

White with #DDF934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF934; }

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

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

background-color css

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

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

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

border-color css

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

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

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