Shades of Cream Brulee #FFDD9B
Tints of Cream Brulee #FFDD9B
RGB
CMYK
RGB Variations
Color information
#FFDD9B (or 0xFFDD9B) is known color: Cream Brulee. HEX triplet: FF, DD and 9B. RGB value is (255,221,155). Sum of RGB (Red+Green+Blue) = 255+221+155=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD9B is #002264. Grayscale: #DFDFDF. Windows color (decimal): -8805 or 10214911. OLE color: 10214911.
HSL color Cylindrical-coordinate representation of color #FFDD9B: hue angle of 39.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDD9B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 155 | - |
| CMYK | 0 | 0.13 | 0.39 | 0 |
| HSL | 39.6º | 1% | 0.8% | - |
| HSV(B) | 39.6º | 0.39% | 1% | - |
| XYZ | 73.01 | 75.34 | 41.7 | - |
| YUV | 223.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 155 | 0 | 0.13 | 0.39 | 0 | 39.6 | 1 | 0.8 |
| Hex | FF | DD | 9B | 0 | D | 27 | 0 | 28 | 64 | 50 |
| Octal | 377 | 335 | 233 | 0 | 15 | 47 | 0 | 50 | 144 | 120 |
| Binary | 11111111 | 11011101 | 10011011 | 0 | 1101 | 100111 | 0 | 101000 | 1100100 | 1010000 |
Color Harmonies of #FFDD9B
Complementary color
Monochromatic Colors of #FFDD9B
Black with #FFDD9B
Text Example
Text Example
White with #FFDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD9B; }
p { color: rgb(255,221,155); }
H1.HeaderClassName
{
color: #FFDD9B;
}
.AnyTagClassName
{
color: #FFDD9B;
}
</style>
background-color css
<style>
a { background-color: #FFDD9B; }
a { background-color: rgb(255,221,155); }
div.DivClassName
{
background-color: #FFDD9B;
}
.BgClassName
{
background-color: #FFDD9B;
}
</style>
border-color css
<style>
span { border-color: #FFDD9B; }
span { border-color: rgb(255,221,155); }
td.TdClassName
{
border-color: #FFDD9B;
}
.TagClassName
{
border-color: #FFDD9B;
}
</style>