Shades of Cream Brulee #FFDC8F
Tints of Cream Brulee #FFDC8F
RGB
CMYK
RGB Variations
Color information
#FFDC8F (or 0xFFDC8F) is known color: Cream Brulee. HEX triplet: FF, DC and 8F. RGB value is (255,220,143). Sum of RGB (Red+Green+Blue) = 255+220+143=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC8F is #002370. Grayscale: #DEDEDE. Windows color (decimal): -9073 or 9428223. OLE color: 9428223.
HSL color Cylindrical-coordinate representation of color #FFDC8F: hue angle of 41.25º 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 #FFDC8F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 143 | - |
| CMYK | 0 | 0.14 | 0.44 | 0 |
| HSL | 41.25º | 1% | 0.78% | - |
| HSV(B) | 41.25º | 0.44% | 1% | - |
| XYZ | 71.79 | 74.43 | 36.57 | - |
| YUV | 221.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 143 | 0 | 0.14 | 0.44 | 0 | 41.25 | 1 | 0.78 |
| Hex | FF | DC | 8F | 0 | E | 2C | 0 | 29 | 64 | 4E |
| Octal | 377 | 334 | 217 | 0 | 16 | 54 | 0 | 51 | 144 | 116 |
| Binary | 11111111 | 11011100 | 10001111 | 0 | 1110 | 101100 | 0 | 101001 | 1100100 | 1001110 |
Color Harmonies of #FFDC8F
Complementary color
Monochromatic Colors of #FFDC8F
Black with #FFDC8F
Text Example
Text Example
White with #FFDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC8F; }
p { color: rgb(255,220,143); }
H1.HeaderClassName
{
color: #FFDC8F;
}
.AnyTagClassName
{
color: #FFDC8F;
}
</style>
background-color css
<style>
a { background-color: #FFDC8F; }
a { background-color: rgb(255,220,143); }
div.DivClassName
{
background-color: #FFDC8F;
}
.BgClassName
{
background-color: #FFDC8F;
}
</style>
border-color css
<style>
span { border-color: #FFDC8F; }
span { border-color: rgb(255,220,143); }
td.TdClassName
{
border-color: #FFDC8F;
}
.TagClassName
{
border-color: #FFDC8F;
}
</style>