Html Css Color HEX #DCED5D Honeysuckle

📋 copy color: '#DCED5D'

red 220 ◦ green 237 ◦ blue 93

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

Shades of Honeysuckle #DCED5D

Tints of Honeysuckle #DCED5D

RGB

 RED value IS 220 (86.33% from 255) = 40%

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

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

R = 40%
G = 43.09%
B = 16.91%

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

#DCED5D (or 0xDCED5D) is known color: Honeysuckle. HEX triplet: DC, ED and 5D. RGB value is (220,237,93). Sum of RGB (Red+Green+Blue) = 220+237+93=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 93 (36.72% from 255 or 16.91% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5D is #2312A2. Grayscale: #D8D8D8. Windows color (decimal): -2298531 or 6155740. OLE color: 6155740.

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

Color convert

RGB 220 237 93 -
CMYK 0.07 0 0.61 0.07
HSL 67.08º 0.8% 0.65% -
HSV(B) 67.08º 0.61% 0.93% -
XYZ 61.78 76.57 21.88 -
YUV 215.5 58.87 131.21 -
System Red Green Blue C M Y K H S L
Decimal 220 237 93 0.07 0 0.61 0.07 67.08 0.8 0.65
Hex DC ED 5D 7 0 3D 7 43 50 41
Octal 334 355 135 7 0 75 7 103 120 101
Binary 11011100 11101101 1011101 111 0 111101 111 1000011 1010000 1000001

Color Harmonies of #DCED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED5D

Black with #DCED5D

Text Example


Text Example

White with #DCED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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