#DCED5B

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

Shades of Honeysuckle #DCED5B

Tints of Honeysuckle #DCED5B

Color information

#DCED5B (or 0xDCED5B) is unknown color: approx Honeysuckle. HEX triplet: DC, ED and 5B. RGB value is (220,237,91). Sum of RGB (Red+Green+Blue) = 220+237+91=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5B is #2312A4. Grayscale: #D7D7D7. Windows color (decimal): -2298533 or 6024668. OLE color: 6024668.

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

Color convert

RGB22023791-
CMYK0.0700.620.07
HSL66.99º80.22%64.31%-
HSV(B)66.99º61.6%92.94%-
XYZ61.6976.5421.42-
YUV215.2757.87131.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 237 (92.97% from 255) = 43.25%
BLUE value IS 91 (35.94% from 255) = 16.61%
R=40.15%
G=43.25%
B=16.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237910.0700.620.0766.9980.2264.31
HexDCED5B703E7435040
Octal33435513370767103120100
Binary110111001110110110110111110111110111100001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED5B; }

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

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

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

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

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

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

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

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