#DDED58

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

Shades of Honeysuckle #DDED58

Tints of Honeysuckle #DDED58

Color information

#DDED58 (or 0xDDED58) is unknown color: approx Honeysuckle. HEX triplet: DD, ED and 58. RGB value is (221,237,88). Sum of RGB (Red+Green+Blue) = 221+237+88=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED58 is #2212A7. Grayscale: #D7D7D7. Windows color (decimal): -2233000 or 5828061. OLE color: 5828061.

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

Color convert

RGB22123788-
CMYK0.0700.630.07
HSL66.44º80.54%63.73%-
HSV(B)66.44º62.87%92.94%-
XYZ61.8676.6520.77-
YUV215.2356.2132.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 237 (92.97% from 255) = 43.41%
BLUE value IS 88 (34.77% from 255) = 16.12%
R=40.48%
G=43.41%
B=16.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221237880.0700.630.0766.4480.5463.73
HexDDED58703F7425140
Octal33535513070777102121100
Binary110111011110110110110001110111111111100001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDED58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDED58; }

 p { color: rgb(221,237,88); }

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

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

 a { background-color: rgb(221,237,88); }

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

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

 span { border-color: rgb(221,237,88); }

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