Shades of Cream Brulee #FFDB8F
Tints of Cream Brulee #FFDB8F
RGB
CMYK
RGB Variations
Color information
#FFDB8F (or 0xFFDB8F) is known color: Cream Brulee. HEX triplet: FF, DB and 8F. RGB value is (255,219,143). Sum of RGB (Red+Green+Blue) = 255+219+143=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB8F is #002470. Grayscale: #DDDDDD. Windows color (decimal): -9329 or 9427967. OLE color: 9427967.
HSL color Cylindrical-coordinate representation of color #FFDB8F: hue angle of 40.71º 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 #FFDB8F is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 143 | - |
| CMYK | 0 | 0.14 | 0.44 | 0 |
| HSL | 40.71º | 1% | 0.78% | - |
| HSV(B) | 40.71º | 0.44% | 1% | - |
| XYZ | 71.53 | 73.91 | 36.48 | - |
| YUV | 221.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 143 | 0 | 0.14 | 0.44 | 0 | 40.71 | 1 | 0.78 |
| Hex | FF | DB | 8F | 0 | E | 2C | 0 | 29 | 64 | 4E |
| Octal | 377 | 333 | 217 | 0 | 16 | 54 | 0 | 51 | 144 | 116 |
| Binary | 11111111 | 11011011 | 10001111 | 0 | 1110 | 101100 | 0 | 101001 | 1100100 | 1001110 |
Color Harmonies of #FFDB8F
Complementary color
Monochromatic Colors of #FFDB8F
Black with #FFDB8F
Text Example
Text Example
White with #FFDB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB8F; }
p { color: rgb(255,219,143); }
H1.HeaderClassName
{
color: #FFDB8F;
}
.AnyTagClassName
{
color: #FFDB8F;
}
</style>
background-color css
<style>
a { background-color: #FFDB8F; }
a { background-color: rgb(255,219,143); }
div.DivClassName
{
background-color: #FFDB8F;
}
.BgClassName
{
background-color: #FFDB8F;
}
</style>
border-color css
<style>
span { border-color: #FFDB8F; }
span { border-color: rgb(255,219,143); }
td.TdClassName
{
border-color: #FFDB8F;
}
.TagClassName
{
border-color: #FFDB8F;
}
</style>