#DDE95D

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

Shades of Honeysuckle #DDE95D

Tints of Honeysuckle #DDE95D

Color information

#DDE95D (or 0xDDE95D) is unknown color: approx Honeysuckle. HEX triplet: DD, E9 and 5D. RGB value is (221,233,93). Sum of RGB (Red+Green+Blue) = 221+233+93=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE95D is #2216A2. Grayscale: #D5D5D5. Windows color (decimal): -2234019 or 6154717. OLE color: 6154717.

HSL color Cylindrical-coordinate representation of color #DDE95D: hue angle of 65.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDE95D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB22123393-
CMYK0.0500.600.09
HSL65.14º76.09%63.92%-
HSV(B)65.14º60.09%91.37%-
XYZ60.9374.4421.51-
YUV213.4560.02133.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 93 (36.72% from 255) = 17.00%
R=40.40%
G=42.60%
B=17.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221233930.0500.600.0965.1476.0963.92
HexDDE95D503C9414c40
Octal335351135507411101114100
Binary1101110111101001101110110101111001001100000110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE95D; }

 p { color: rgb(221,233,93); }

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

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

 a { background-color: rgb(221,233,93); }

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

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

 span { border-color: rgb(221,233,93); }

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