#DFED64

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

Shades of Honeysuckle #DFED64

Tints of Honeysuckle #DFED64

Color information

#DFED64 (or 0xDFED64) is unknown color: approx Honeysuckle. HEX triplet: DF, ED and 64. RGB value is (223,237,100). Sum of RGB (Red+Green+Blue) = 223+237+100=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFED64 is #20129B. Grayscale: #D9D9D9. Windows color (decimal): -2101916 or 6614495. OLE color: 6614495.

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

Color convert

RGB223237100-
CMYK0.0600.580.07
HSL66.13º79.19%66.08%-
HSV(B)66.13º57.81%92.94%-
XYZ63.0277.1823.63-
YUV217.261.86132.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 237 (92.97% from 255) = 42.32%
BLUE value IS 100 (39.45% from 255) = 17.86%
R=39.82%
G=42.32%
B=17.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371000.0600.580.0766.1379.1966.08
HexDFED64603A7424f42
Octal33735514460727102117102
Binary110111111110110111001001100111010111100001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED64; }

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

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

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

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

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

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

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

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