Html Css Color HEX #DDF922 Pear

📋 copy color: '#DDF922'

red 221 ◦ green 249 ◦ blue 34

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

Shades of Pear #DDF922

Tints of Pear #DDF922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.75%

R = 43.85%
G = 49.4%
B = 6.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#DDF922 (or 0xDDF922) is known color: Pear. HEX triplet: DD, F9 and 22. RGB value is (221,249,34). Sum of RGB (Red+Green+Blue) = 221+249+34=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF922 is #2206DD. Grayscale: #D8D8D8. Windows color (decimal): -2229982 or 2292189. OLE color: 2292189.

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

Color convert

RGB 221 249 34 -
CMYK 0.11 0 0.86 0.02
HSL 67.81º 0.95% 0.55% -
HSV(B) 67.81º 0.86% 0.98% -
XYZ 63.98 83.24 14.21 -
YUV 216.12 25.22 131.48 -
System Red Green Blue C M Y K H S L
Decimal 221 249 34 0.11 0 0.86 0.02 67.81 0.95 0.55
Hex DD F9 22 B 0 56 2 44 5F 37
Octal 335 371 42 13 0 126 2 104 137 67
Binary 11011101 11111001 100010 1011 0 1010110 10 1000100 1011111 110111

Color Harmonies of #DDF922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF922

Black with #DDF922

Text Example


Text Example

White with #DDF922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF922; }

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

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

background-color css

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

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

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

border-color css

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

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

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