#DAED55

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

Shades of Honeysuckle #DAED55

Tints of Honeysuckle #DAED55

Color information

#DAED55 (or 0xDAED55) is unknown color: approx Honeysuckle. HEX triplet: DA, ED and 55. RGB value is (218,237,85). Sum of RGB (Red+Green+Blue) = 218+237+85=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 85 (33.59% from 255 or 15.74% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED55 is #2512AA. Grayscale: #D6D6D6. Windows color (decimal): -2429611 or 5631450. OLE color: 5631450.

HSL color Cylindrical-coordinate representation of color #DAED55: hue angle of 67.5º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAED55 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB21823785-
CMYK0.0800.640.07
HSL67.5º80.85%63.14%-
HSV(B)67.5º64.14%92.94%-
XYZ60.8476.1320.08-
YUV213.9955.21130.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 85 (33.59% from 255) = 15.74%
R=40.37%
G=43.89%
B=15.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218237850.0800.640.0767.580.8563.14
HexDAED558040744513f
Octal332355125100100710412177
Binary1101101011101101101010110000100000011110001001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAED55; }

 p { color: rgb(218,237,85); }

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

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

 a { background-color: rgb(218,237,85); }

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

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

 span { border-color: rgb(218,237,85); }

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