Shades of Honeysuckle #DFEB5C
Tints of Honeysuckle #DFEB5C
RGB
CMYK
RGB Variations
Color information
#DFEB5C (or 0xDFEB5C) is known color: Honeysuckle. HEX triplet: DF, EB and 5C. RGB value is (223,235,92). Sum of RGB (Red+Green+Blue) = 223+235+92=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB5C is #2014A3. Grayscale: #D7D7D7. Windows color (decimal): -2102436 or 6089695. OLE color: 6089695.
HSL color Cylindrical-coordinate representation of color #DFEB5C: hue angle of 65.03º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFEB5C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 235 | 92 | - |
CMYK | 0.05 | 0 | 0.61 | 0.08 |
HSL | 65.03º | 0.78% | 0.64% | - |
HSV(B) | 65.03º | 0.61% | 0.92% | - |
XYZ | 62.07 | 75.88 | 21.5 | - |
YUV | 215.11 | 58.52 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 235 | 92 | 0.05 | 0 | 0.61 | 0.08 | 65.03 | 0.78 | 0.64 |
Hex | DF | EB | 5C | 5 | 0 | 3D | 8 | 41 | 4E | 40 |
Octal | 337 | 353 | 134 | 5 | 0 | 75 | 10 | 101 | 116 | 100 |
Binary | 11011111 | 11101011 | 1011100 | 101 | 0 | 111101 | 1000 | 1000001 | 1001110 | 1000000 |
Color Harmonies of #DFEB5C
Complementary color
Monochromatic Colors of #DFEB5C
Black with #DFEB5C
Text Example
Text Example
White with #DFEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB5C; }
p { color: rgb(223,235,92); }
H1.HeaderClassName
{
color: #DFEB5C;
}
.AnyTagClassName
{
color: #DFEB5C;
}
</style>
background-color css
<style>
a { background-color: #DFEB5C; }
a { background-color: rgb(223,235,92); }
div.DivClassName
{
background-color: #DFEB5C;
}
.BgClassName
{
background-color: #DFEB5C;
}
</style>
border-color css
<style>
span { border-color: #DFEB5C; }
span { border-color: rgb(223,235,92); }
td.TdClassName
{
border-color: #DFEB5C;
}
.TagClassName
{
border-color: #DFEB5C;
}
</style>