#DCED5C

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

Shades of Honeysuckle #DCED5C

Tints of Honeysuckle #DCED5C

Color information

#DCED5C (or 0xDCED5C) is unknown color: approx Honeysuckle. HEX triplet: DC, ED and 5C. RGB value is (220,237,92). Sum of RGB (Red+Green+Blue) = 220+237+92=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5C is #2312A3. Grayscale: #D7D7D7. Windows color (decimal): -2298532 or 6090204. OLE color: 6090204.

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

Color convert

RGB22023792-
CMYK0.0700.610.07
HSL67.03º80.11%64.51%-
HSV(B)67.03º61.18%92.94%-
XYZ61.7376.5621.65-
YUV215.3958.37131.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 92 (36.33% from 255) = 16.76%
R=40.07%
G=43.17%
B=16.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220237920.0700.610.0767.0380.1164.51
HexDCED5C703D7435041
Octal33435513470757103120101
Binary110111001110110110111001110111101111100001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED5C; }

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

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

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

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

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

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

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

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