Html Css Color HEX #DAED55 Honeysuckle

📋 copy color: '#DAED55'

red 218 ◦ green 237 ◦ blue 85

#DAED55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #DAED55

Tints of Honeysuckle #DAED55

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 value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#DAED55 (or 0xDAED55) is known color: 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

RGB 218 237 85 -
CMYK 0.08 0 0.64 0.07
HSL 67.5º 0.81% 0.63% -
HSV(B) 67.5º 0.64% 0.93% -
XYZ 60.84 76.13 20.08 -
YUV 213.99 55.21 130.86 -
System Red Green Blue C M Y K H S L
Decimal 218 237 85 0.08 0 0.64 0.07 67.5 0.81 0.63
Hex DA ED 55 8 0 40 7 44 51 3F
Octal 332 355 125 10 0 100 7 104 121 77
Binary 11011010 11101101 1010101 1000 0 1000000 111 1000100 1010001 111111

Color Harmonies of #DAED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAED55

Black with #DAED55

Text Example


Text Example

White with #DAED55

Text Example


Text Example

HTML Codes & Css Web 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>