#DDEC5D

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

Shades of Honeysuckle #DDEC5D

Tints of Honeysuckle #DDEC5D

Color information

#DDEC5D (or 0xDDEC5D) is unknown color: approx Honeysuckle. HEX triplet: DD, EC and 5D. RGB value is (221,236,93). Sum of RGB (Red+Green+Blue) = 221+236+93=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC5D is #2213A2. Grayscale: #D7D7D7. Windows color (decimal): -2233251 or 6155485. OLE color: 6155485.

HSL color Cylindrical-coordinate representation of color #DDEC5D: hue angle of 66.29º degrees, saturation: 0.79, 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 #DDEC5D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB22123693-
CMYK0.0600.610.07
HSL66.29º79.01%64.51%-
HSV(B)66.29º60.59%92.55%-
XYZ61.7976.1521.8-
YUV215.2159.03132.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 236 (92.58% from 255) = 42.91%
BLUE value IS 93 (36.72% from 255) = 16.91%
R=40.18%
G=42.91%
B=16.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221236930.0600.610.0766.2979.0164.51
HexDDEC5D603D7424f41
Octal33535413560757102117101
Binary110111011110110010111011100111101111100001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEC5D; }

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

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

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

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

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

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

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

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