Html Css Color HEX #DDF321 Pear

📋 copy color: '#DDF321'

red 221 ◦ green 243 ◦ blue 33

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

Shades of Pear #DDF321

Tints of Pear #DDF321

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

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

R = 44.47%
G = 48.89%
B = 6.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#DDF321 (or 0xDDF321) is known color: Pear. HEX triplet: DD, F3 and 21. RGB value is (221,243,33). Sum of RGB (Red+Green+Blue) = 221+243+33=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF321 is #220CDE. Grayscale: #D5D5D5. Windows color (decimal): -2231519 or 2225117. OLE color: 2225117.

HSL color Cylindrical-coordinate representation of color #DDF321: hue angle of 66.29º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDF321 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 33 -
CMYK 0.09 0 0.86 0.05
HSL 66.29º 0.9% 0.54% -
HSV(B) 66.29º 0.86% 0.95% -
XYZ 62.14 79.58 13.52 -
YUV 212.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 221 243 33 0.09 0 0.86 0.05 66.29 0.9 0.54
Hex DD F3 21 9 0 56 5 42 5A 36
Octal 335 363 41 11 0 126 5 102 132 66
Binary 11011101 11110011 100001 1001 0 1010110 101 1000010 1011010 110110

Color Harmonies of #DDF321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF321

Black with #DDF321

Text Example


Text Example

White with #DDF321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF321; }

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

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

background-color css

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

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

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

border-color css

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

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

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