#dce85b

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

Shades of Honeysuckle #DCE85B

Tints of Honeysuckle #DCE85B

Color information

#DCE85B (or 0xDCE85B) is unknown color: approx Honeysuckle. HEX triplet: DC, E8 and 5B. RGB value is (220,232,91). Sum of RGB (Red+Green+Blue) = 220+232+91=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE85B is #2317A4. Grayscale: #D4D4D4. Windows color (decimal): -2299813 or 6023388. OLE color: 6023388.

HSL color Cylindrical-coordinate representation of color #DCE85B: hue angle of 65.11º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCE85B is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB22023291-
CMYK0.0500.610.09
HSL65.11º75.4%63.33%-
HSV(B)65.11º60.78%90.98%-
XYZ60.2673.6820.94-
YUV212.3459.52133.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 232 (91.02% from 255) = 42.73%
BLUE value IS 91 (35.94% from 255) = 16.76%
R=40.52%
G=42.73%
B=16.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220232910.0500.610.0965.1175.463.33
HexDCE85B503D9414b3f
Octal33435013350751110111377
Binary110111001110100010110111010111101100110000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dce85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dce85b; }

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

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

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

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

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

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

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

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