Html Css Color HEX #DDED55 Honeysuckle

📋 copy color: '#DDED55'

red 221 ◦ green 237 ◦ blue 85

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

Shades of Honeysuckle #DDED55

Tints of Honeysuckle #DDED55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 40.7%
G = 43.65%
B = 15.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#DDED55 (or 0xDDED55) is known color: Honeysuckle. HEX triplet: DD, ED and 55. RGB value is (221,237,85). Sum of RGB (Red+Green+Blue) = 221+237+85=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDED55 is #2212AA. Grayscale: #D7D7D7. Windows color (decimal): -2233003 or 5631453. OLE color: 5631453.

HSL color Cylindrical-coordinate representation of color #DDED55: hue angle of 66.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDED55 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 85 -
CMYK 0.07 0 0.64 0.07
HSL 66.32º 0.81% 0.63% -
HSV(B) 66.32º 0.64% 0.93% -
XYZ 61.74 76.6 20.12 -
YUV 214.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 221 237 85 0.07 0 0.64 0.07 66.32 0.81 0.63
Hex DD ED 55 7 0 40 7 42 51 3F
Octal 335 355 125 7 0 100 7 102 121 77
Binary 11011101 11101101 1010101 111 0 1000000 111 1000010 1010001 111111

Color Harmonies of #DDED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED55

Black with #DDED55

Text Example


Text Example

White with #DDED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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