Html Css Color HEX #DDEA5E Honeysuckle

📋 copy color: '#DDEA5E'

red 221 ◦ green 234 ◦ blue 94

#DDEA5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #DDEA5E

Tints of Honeysuckle #DDEA5E

RGB

 RED value IS 221 (86.72% from 255) = 40.26%

 GREEN value IS 234 (91.8% from 255) = 42.62%

 BLUE value IS 94 (37.11% from 255) = 17.12%

R = 40.26%
G = 42.62%
B = 17.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#DDEA5E (or 0xDDEA5E) is known color: Honeysuckle. HEX triplet: DD, EA and 5E. RGB value is (221,234,94). Sum of RGB (Red+Green+Blue) = 221+234+94=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA5E is #2215A1. Grayscale: #D6D6D6. Windows color (decimal): -2233762 or 6220509. OLE color: 6220509.

HSL color Cylindrical-coordinate representation of color #DDEA5E: hue angle of 65.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDEA5E is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 94 -
CMYK 0.06 0 0.60 0.08
HSL 65.57º 0.77% 0.64% -
HSV(B) 65.57º 0.6% 0.92% -
XYZ 61.26 75.03 21.84 -
YUV 214.15 60.19 132.88 -
System Red Green Blue C M Y K H S L
Decimal 221 234 94 0.06 0 0.60 0.08 65.57 0.77 0.64
Hex DD EA 5E 6 0 3C 8 42 4D 40
Octal 335 352 136 6 0 74 10 102 115 100
Binary 11011101 11101010 1011110 110 0 111100 1000 1000010 1001101 1000000

Color Harmonies of #DDEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA5E

Black with #DDEA5E

Text Example


Text Example

White with #DDEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA5E; }

 p { color: rgb(221,234,94); }

 H1.HeaderClassName
 {
   color: #DDEA5E;
 }
 .AnyTagClassName
 {
   color: #DDEA5E;
 }
</style>

background-color css

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

 a { background-color: rgb(221,234,94); }

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

border-color css

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

 span { border-color: rgb(221,234,94); }

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