Html Css Color HEX #DCED58 Honeysuckle

📋 copy color: '#DCED58'

red 220 ◦ green 237 ◦ blue 88

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

Shades of Honeysuckle #DCED58

Tints of Honeysuckle #DCED58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.15%

R = 40.37%
G = 43.49%
B = 16.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#DCED58 (or 0xDCED58) is known color: Honeysuckle. HEX triplet: DC, ED and 58. RGB value is (220,237,88). Sum of RGB (Red+Green+Blue) = 220+237+88=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED58 is #2312A7. Grayscale: #D7D7D7. Windows color (decimal): -2298536 or 5828060. OLE color: 5828060.

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

Color convert

RGB 220 237 88 -
CMYK 0.07 0 0.63 0.07
HSL 66.85º 0.81% 0.64% -
HSV(B) 66.85º 0.63% 0.93% -
XYZ 61.56 76.49 20.75 -
YUV 214.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 220 237 88 0.07 0 0.63 0.07 66.85 0.81 0.64
Hex DC ED 58 7 0 3F 7 43 51 40
Octal 334 355 130 7 0 77 7 103 121 100
Binary 11011100 11101101 1011000 111 0 111111 111 1000011 1010001 1000000

Color Harmonies of #DCED58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED58

Black with #DCED58

Text Example


Text Example

White with #DCED58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED58; }

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

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

background-color css

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

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

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

border-color css

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

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

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