#DDE65D

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

Shades of Honeysuckle #DDE65D

Tints of Honeysuckle #DDE65D

Color information

#DDE65D (or 0xDDE65D) is unknown color: approx Honeysuckle. HEX triplet: DD, E6 and 5D. RGB value is (221,230,93). Sum of RGB (Red+Green+Blue) = 221+230+93=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE65D is #2219A2. Grayscale: #D4D4D4. Windows color (decimal): -2234787 or 6153949. OLE color: 6153949.

HSL color Cylindrical-coordinate representation of color #DDE65D: hue angle of 63.94º 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 #DDE65D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB22123093-
CMYK0.0400.600.10
HSL63.94º73.26%63.33%-
HSV(B)63.94º59.57%90.2%-
XYZ60.0972.7621.23-
YUV211.6961.02134.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 230 (90.23% from 255) = 42.28%
BLUE value IS 93 (36.72% from 255) = 17.10%
R=40.62%
G=42.28%
B=17.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221230930.0400.600.1063.9473.2663.33
HexDDE65D403CA40493f
Octal33534613540741210011177
Binary110111011110011010111011000111100101010000001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE65D; }

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

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

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

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

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

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

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

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