Html Css Color HEX #DDF93F Pear

📋 copy color: '#DDF93F'

red 221 ◦ green 249 ◦ blue 63

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

Shades of Pear #DDF93F

Tints of Pear #DDF93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.82%

R = 41.46%
G = 46.72%
B = 11.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DDF93F (or 0xDDF93F) is known color: Pear. HEX triplet: DD, F9 and 3F. RGB value is (221,249,63). Sum of RGB (Red+Green+Blue) = 221+249+63=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF93F is #2206C0. Grayscale: #DCDCDC. Windows color (decimal): -2229953 or 4192733. OLE color: 4192733.

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

Color convert

RGB 221 249 63 -
CMYK 0.11 0 0.75 0.02
HSL 69.03º 0.94% 0.61% -
HSV(B) 69.03º 0.75% 0.98% -
XYZ 64.59 83.48 17.41 -
YUV 219.42 39.72 129.12 -
System Red Green Blue C M Y K H S L
Decimal 221 249 63 0.11 0 0.75 0.02 69.03 0.94 0.61
Hex DD F9 3F B 0 4B 2 45 5E 3D
Octal 335 371 77 13 0 113 2 105 136 75
Binary 11011101 11111001 111111 1011 0 1001011 10 1000101 1011110 111101

Color Harmonies of #DDF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF93F

Black with #DDF93F

Text Example


Text Example

White with #DDF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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