Shades of Cream Brulee #FFDC8E
Tints of Cream Brulee #FFDC8E
RGB
CMYK
RGB Variations
Color information
#FFDC8E (or 0xFFDC8E) is known color: Cream Brulee. HEX triplet: FF, DC and 8E. RGB value is (255,220,142). Sum of RGB (Red+Green+Blue) = 255+220+142=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8E is #002371. Grayscale: #DDDDDD. Windows color (decimal): -9074 or 9362687. OLE color: 9362687.
HSL color Cylindrical-coordinate representation of color #FFDC8E: hue angle of 41.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFDC8E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 142 | - |
| CMYK | 0 | 0.14 | 0.44 | 0 |
| HSL | 41.42º | 1% | 0.78% | - |
| HSV(B) | 41.42º | 0.44% | 1% | - |
| XYZ | 71.72 | 74.4 | 36.17 | - |
| YUV | 221.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 142 | 0 | 0.14 | 0.44 | 0 | 41.42 | 1 | 0.78 |
| Hex | FF | DC | 8E | 0 | E | 2C | 0 | 29 | 64 | 4E |
| Octal | 377 | 334 | 216 | 0 | 16 | 54 | 0 | 51 | 144 | 116 |
| Binary | 11111111 | 11011100 | 10001110 | 0 | 1110 | 101100 | 0 | 101001 | 1100100 | 1001110 |
Color Harmonies of #FFDC8E
Complementary color
Monochromatic Colors of #FFDC8E
Black with #FFDC8E
Text Example
Text Example
White with #FFDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC8E; }
p { color: rgb(255,220,142); }
H1.HeaderClassName
{
color: #FFDC8E;
}
.AnyTagClassName
{
color: #FFDC8E;
}
</style>
background-color css
<style>
a { background-color: #FFDC8E; }
a { background-color: rgb(255,220,142); }
div.DivClassName
{
background-color: #FFDC8E;
}
.BgClassName
{
background-color: #FFDC8E;
}
</style>
border-color css
<style>
span { border-color: #FFDC8E; }
span { border-color: rgb(255,220,142); }
td.TdClassName
{
border-color: #FFDC8E;
}
.TagClassName
{
border-color: #FFDC8E;
}
</style>