#DEE65D

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

Shades of Honeysuckle #DEE65D

Tints of Honeysuckle #DEE65D

Color information

#DEE65D (or 0xDEE65D) is unknown color: approx Honeysuckle. HEX triplet: DE, E6 and 5D. RGB value is (222,230,93). Sum of RGB (Red+Green+Blue) = 222+230+93=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE65D is #2119A2. Grayscale: #D4D4D4. Windows color (decimal): -2169251 or 6153950. OLE color: 6153950.

HSL color Cylindrical-coordinate representation of color #DEE65D: hue angle of 63.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEE65D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB22223093-
CMYK0.0300.600.10
HSL63.5º73.26%63.33%-
HSV(B)63.5º59.57%90.2%-
XYZ60.472.9121.25-
YUV211.9960.85135.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=40.73%
G=42.20%
B=17.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222230930.0300.600.1063.573.2663.33
HexDEE65D303CA40493f
Octal33634613530741210011177
Binary11011110111001101011101110111100101010000001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE65D; }

 p { color: rgb(222,230,93); }

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

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

 a { background-color: rgb(222,230,93); }

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

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

 span { border-color: rgb(222,230,93); }

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