Html Css Color HEX #DDF921 Pear

📋 copy color: '#DDF921'

red 221 ◦ green 249 ◦ blue 33

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

Shades of Pear #DDF921

Tints of Pear #DDF921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.56%

R = 43.94%
G = 49.5%
B = 6.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DDF921 (or 0xDDF921) is known color: Pear. HEX triplet: DD, F9 and 21. RGB value is (221,249,33). Sum of RGB (Red+Green+Blue) = 221+249+33=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF921 is #2206DE. Grayscale: #D8D8D8. Windows color (decimal): -2229983 or 2226653. OLE color: 2226653.

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

Color convert

RGB 221 249 33 -
CMYK 0.11 0 0.87 0.02
HSL 67.78º 0.95% 0.55% -
HSV(B) 67.78º 0.87% 0.98% -
XYZ 63.97 83.23 14.13 -
YUV 216 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 221 249 33 0.11 0 0.87 0.02 67.78 0.95 0.55
Hex DD F9 21 B 0 57 2 44 5F 37
Octal 335 371 41 13 0 127 2 104 137 67
Binary 11011101 11111001 100001 1011 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DDF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF921

Black with #DDF921

Text Example


Text Example

White with #DDF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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