Html Css Color HEX #DDED5D Honeysuckle

📋 copy color: '#DDED5D'

red 221 ◦ green 237 ◦ blue 93

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

Shades of Honeysuckle #DDED5D

Tints of Honeysuckle #DDED5D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.01%

 BLUE value IS 93 (36.72% from 255) = 16.88%

R = 40.11%
G = 43.01%
B = 16.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#DDED5D (or 0xDDED5D) is known color: Honeysuckle. HEX triplet: DD, ED and 5D. RGB value is (221,237,93). Sum of RGB (Red+Green+Blue) = 221+237+93=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED5D is #2212A2. Grayscale: #D8D8D8. Windows color (decimal): -2232995 or 6155741. OLE color: 6155741.

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

Color convert

RGB 221 237 93 -
CMYK 0.07 0 0.61 0.07
HSL 66.67º 0.8% 0.65% -
HSV(B) 66.67º 0.61% 0.93% -
XYZ 62.08 76.73 21.89 -
YUV 215.8 58.7 131.71 -
System Red Green Blue C M Y K H S L
Decimal 221 237 93 0.07 0 0.61 0.07 66.67 0.8 0.65
Hex DD ED 5D 7 0 3D 7 43 50 41
Octal 335 355 135 7 0 75 7 103 120 101
Binary 11011101 11101101 1011101 111 0 111101 111 1000011 1010000 1000001

Color Harmonies of #DDED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED5D

Black with #DDED5D

Text Example


Text Example

White with #DDED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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