Shades of Cream Brulee #FFDB8D
Tints of Cream Brulee #FFDB8D
RGB
CMYK
RGB Variations
Color information
#FFDB8D (or 0xFFDB8D) is known color: Cream Brulee. HEX triplet: FF, DB and 8D. RGB value is (255,219,141). Sum of RGB (Red+Green+Blue) = 255+219+141=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB8D is #002472. Grayscale: #DDDDDD. Windows color (decimal): -9331 or 9296895. OLE color: 9296895.
HSL color Cylindrical-coordinate representation of color #FFDB8D: hue angle of 41.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFDB8D is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 141 | - |
| CMYK | 0 | 0.14 | 0.45 | 0 |
| HSL | 41.05º | 1% | 0.78% | - |
| HSV(B) | 41.05º | 0.45% | 1% | - |
| XYZ | 71.38 | 73.85 | 35.69 | - |
| YUV | 220.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 141 | 0 | 0.14 | 0.45 | 0 | 41.05 | 1 | 0.78 |
| Hex | FF | DB | 8D | 0 | E | 2D | 0 | 29 | 64 | 4E |
| Octal | 377 | 333 | 215 | 0 | 16 | 55 | 0 | 51 | 144 | 116 |
| Binary | 11111111 | 11011011 | 10001101 | 0 | 1110 | 101101 | 0 | 101001 | 1100100 | 1001110 |
Color Harmonies of #FFDB8D
Complementary color
Monochromatic Colors of #FFDB8D
Black with #FFDB8D
Text Example
Text Example
White with #FFDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB8D; }
p { color: rgb(255,219,141); }
H1.HeaderClassName
{
color: #FFDB8D;
}
.AnyTagClassName
{
color: #FFDB8D;
}
</style>
background-color css
<style>
a { background-color: #FFDB8D; }
a { background-color: rgb(255,219,141); }
div.DivClassName
{
background-color: #FFDB8D;
}
.BgClassName
{
background-color: #FFDB8D;
}
</style>
border-color css
<style>
span { border-color: #FFDB8D; }
span { border-color: rgb(255,219,141); }
td.TdClassName
{
border-color: #FFDB8D;
}
.TagClassName
{
border-color: #FFDB8D;
}
</style>