#DCED58

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

Shades of Honeysuckle #DCED58

Tints of Honeysuckle #DCED58

Color information

#DCED58 (or 0xDCED58) is unknown color: approx Honeysuckle. HEX triplet: DC, ED and 58. RGB value is (220,237,88). Sum of RGB (Red+Green+Blue) = 220+237+88=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED58 is #2312A7. Grayscale: #D7D7D7. Windows color (decimal): -2298536 or 5828060. OLE color: 5828060.

HSL color Cylindrical-coordinate representation of color #DCED58: hue angle of 66.85º 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 #DCED58 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB22023788-
CMYK0.0700.630.07
HSL66.85º80.54%63.73%-
HSV(B)66.85º62.87%92.94%-
XYZ61.5676.4920.75-
YUV214.9356.37131.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 88 (34.77% from 255) = 16.15%
R=40.37%
G=43.49%
B=16.15%

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
Decimal220237880.0700.630.0766.8580.5463.73
HexDCED58703F7435140
Octal33435513070777103121100
Binary110111001110110110110001110111111111100001110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED58; }

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

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

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

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

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

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

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

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