#DFED5D

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

Shades of Honeysuckle #DFED5D

Tints of Honeysuckle #DFED5D

Color information

#DFED5D (or 0xDFED5D) is unknown color: approx Honeysuckle. HEX triplet: DF, ED and 5D. RGB value is (223,237,93). Sum of RGB (Red+Green+Blue) = 223+237+93=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED5D is #2012A2. Grayscale: #D8D8D8. Windows color (decimal): -2101923 or 6155743. OLE color: 6155743.

HSL color Cylindrical-coordinate representation of color #DFED5D: hue angle of 65.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFED5D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB22323793-
CMYK0.0600.610.07
HSL65.83º80%64.71%-
HSV(B)65.83º60.76%92.94%-
XYZ62.6977.0521.92-
YUV216.458.36132.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 237 (92.97% from 255) = 42.86%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=40.33%
G=42.86%
B=16.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223237930.0600.610.0765.838064.71
HexDFED5D603D7425041
Octal33735513560757102120101
Binary110111111110110110111011100111101111100001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED5D; }

 p { color: rgb(223,237,93); }

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

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

 a { background-color: rgb(223,237,93); }

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

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

 span { border-color: rgb(223,237,93); }

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