Shades of Cream Brulee #FDDC9A
Tints of Cream Brulee #FDDC9A
RGB
CMYK
RGB Variations
Color information
#FDDC9A (or 0xFDDC9A) is known color: Cream Brulee. HEX triplet: FD, DC and 9A. RGB value is (253,220,154). Sum of RGB (Red+Green+Blue) = 253+220+154=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC9A is #022365. Grayscale: #DEDEDE. Windows color (decimal): -140134 or 10149117. OLE color: 10149117.
HSL color Cylindrical-coordinate representation of color #FDDC9A: hue angle of 40º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDDC9A is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 154 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.01 |
| HSL | 40º | 0.96% | 0.8% | - |
| HSV(B) | 40º | 0.39% | 0.99% | - |
| XYZ | 71.93 | 74.4 | 41.14 | - |
| YUV | 222.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 154 | 0 | 0.13 | 0.39 | 0.01 | 40 | 0.96 | 0.8 |
| Hex | FD | DC | 9A | 0 | D | 27 | 1 | 28 | 60 | 50 |
| Octal | 375 | 334 | 232 | 0 | 15 | 47 | 1 | 50 | 140 | 120 |
| Binary | 11111101 | 11011100 | 10011010 | 0 | 1101 | 100111 | 1 | 101000 | 1100000 | 1010000 |
Color Harmonies of #FDDC9A
Complementary color
Monochromatic Colors of #FDDC9A
Black with #FDDC9A
Text Example
Text Example
White with #FDDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC9A; }
p { color: rgb(253,220,154); }
H1.HeaderClassName
{
color: #FDDC9A;
}
.AnyTagClassName
{
color: #FDDC9A;
}
</style>
background-color css
<style>
a { background-color: #FDDC9A; }
a { background-color: rgb(253,220,154); }
div.DivClassName
{
background-color: #FDDC9A;
}
.BgClassName
{
background-color: #FDDC9A;
}
</style>
border-color css
<style>
span { border-color: #FDDC9A; }
span { border-color: rgb(253,220,154); }
td.TdClassName
{
border-color: #FDDC9A;
}
.TagClassName
{
border-color: #FDDC9A;
}
</style>