Html Css Color HEX #DCED5C Honeysuckle

📋 copy color: '#DCED5C'

red 220 ◦ green 237 ◦ blue 92

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

Shades of Honeysuckle #DCED5C

Tints of Honeysuckle #DCED5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.76%

R = 40.07%
G = 43.17%
B = 16.76%

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

#DCED5C (or 0xDCED5C) is known color: Honeysuckle. HEX triplet: DC, ED and 5C. RGB value is (220,237,92). Sum of RGB (Red+Green+Blue) = 220+237+92=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5C is #2312A3. Grayscale: #D7D7D7. Windows color (decimal): -2298532 or 6090204. OLE color: 6090204.

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

Color convert

RGB 220 237 92 -
CMYK 0.07 0 0.61 0.07
HSL 67.03º 0.8% 0.65% -
HSV(B) 67.03º 0.61% 0.93% -
XYZ 61.73 76.56 21.65 -
YUV 215.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 220 237 92 0.07 0 0.61 0.07 67.03 0.8 0.65
Hex DC ED 5C 7 0 3D 7 43 50 41
Octal 334 355 134 7 0 75 7 103 120 101
Binary 11011100 11101101 1011100 111 0 111101 111 1000011 1010000 1000001

Color Harmonies of #DCED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED5C

Black with #DCED5C

Text Example


Text Example

White with #DCED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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