Html Css Color HEX #DDF755 Honeysuckle

📋 copy color: '#DDF755'

red 221 ◦ green 247 ◦ blue 85

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

Shades of Honeysuckle #DDF755

Tints of Honeysuckle #DDF755

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

 BLUE value IS 85 (33.59% from 255) = 15.37%

R = 39.96%
G = 44.67%
B = 15.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#DDF755 (or 0xDDF755) is known color: Honeysuckle. HEX triplet: DD, F7 and 55. RGB value is (221,247,85). Sum of RGB (Red+Green+Blue) = 221+247+85=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF755 is #2208AA. Grayscale: #DDDDDD. Windows color (decimal): -2230443 or 5634013. OLE color: 5634013.

HSL color Cylindrical-coordinate representation of color #DDF755: hue angle of 69.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDF755 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 85 -
CMYK 0.11 0 0.66 0.03
HSL 69.63º 0.91% 0.65% -
HSV(B) 69.63º 0.66% 0.97% -
XYZ 64.72 82.55 21.12 -
YUV 220.76 51.39 128.17 -
System Red Green Blue C M Y K H S L
Decimal 221 247 85 0.11 0 0.66 0.03 69.63 0.91 0.65
Hex DD F7 55 B 0 42 3 46 5B 41
Octal 335 367 125 13 0 102 3 106 133 101
Binary 11011101 11110111 1010101 1011 0 1000010 11 1000110 1011011 1000001

Color Harmonies of #DDF755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF755

Black with #DDF755

Text Example


Text Example

White with #DDF755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF755; }

 p { color: rgb(221,247,85); }

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

background-color css

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

 a { background-color: rgb(221,247,85); }

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

border-color css

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

 span { border-color: rgb(221,247,85); }

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