#DDF655

Color #DDF655 Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DDF655

Tints of Honeysuckle #DDF655

Color information

#DDF655 (or 0xDDF655) is unknown color: approx Honeysuckle. HEX triplet: DD, F6 and 55. RGB value is (221,246,85). Sum of RGB (Red+Green+Blue) = 221+246+85=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF655 is #2209AA. Grayscale: #DCDCDC. Windows color (decimal): -2230699 or 5633757. OLE color: 5633757.

HSL color Cylindrical-coordinate representation of color #DDF655: hue angle of 69.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDF655 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB22124685-
CMYK0.1000.650.04
HSL69.32º89.94%64.9%-
HSV(B)69.32º65.45%96.47%-
XYZ64.4181.9421.02-
YUV220.1751.72128.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 246 (96.48% from 255) = 44.57%
BLUE value IS 85 (33.59% from 255) = 15.40%
R=40.04%
G=44.57%
B=15.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221246850.1000.650.0469.3289.9464.9
HexDDF655A0414455a41
Octal3353661251201014105132101
Binary11011101111101101010101101001000001100100010110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF655; }

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

 H1.HeaderClassName
 {
   color: #DDF655;
 }
 .AnyTagClassName
 {
   color: #DDF655;
 }
</style>
background-color css

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

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

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

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

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

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