#DDF75D

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

Shades of Honeysuckle #DDF75D

Tints of Honeysuckle #DDF75D

Color information

#DDF75D (or 0xDDF75D) is unknown color: approx Honeysuckle. HEX triplet: DD, F7 and 5D. RGB value is (221,247,93). Sum of RGB (Red+Green+Blue) = 221+247+93=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF75D is #2208A2. Grayscale: #DEDEDE. Windows color (decimal): -2230435 or 6158301. OLE color: 6158301.

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

Color convert

RGB22124793-
CMYK0.1100.620.03
HSL70.13º90.59%66.67%-
HSV(B)70.13º62.35%96.86%-
XYZ65.0682.6822.89-
YUV221.6755.39127.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 247 (96.88% from 255) = 44.03%
BLUE value IS 93 (36.72% from 255) = 16.58%
R=39.39%
G=44.03%
B=16.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221247930.1100.620.0370.1390.5966.67
HexDDF75DB03E3465b43
Octal335367135130763106133103
Binary110111011111011110111011011011111011100011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF75D; }

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

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

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

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

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

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

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

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