Shades of Caramel #FFD598
Tints of Caramel #FFD598
RGB
CMYK
RGB Variations
Color information
#FFD598 (or 0xFFD598) is known color: Caramel. HEX triplet: FF, D5 and 98. RGB value is (255,213,152). Sum of RGB (Red+Green+Blue) = 255+213+152=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD598 is #002A67. Grayscale: #DADADA. Windows color (decimal): -10856 or 10016255. OLE color: 10016255.
HSL color Cylindrical-coordinate representation of color #FFD598: hue angle of 35.53º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFD598 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 152 | - |
| CMYK | 0 | 0.16 | 0.40 | 0 |
| HSL | 35.53º | 1% | 0.8% | - |
| HSV(B) | 35.53º | 0.4% | 1% | - |
| XYZ | 70.7 | 71.12 | 39.71 | - |
| YUV | 218.6 | 90.41 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 152 | 0 | 0.16 | 0.40 | 0 | 35.53 | 1 | 0.8 |
| Hex | FF | D5 | 98 | 0 | 10 | 28 | 0 | 24 | 64 | 50 |
| Octal | 377 | 325 | 230 | 0 | 20 | 50 | 0 | 44 | 144 | 120 |
| Binary | 11111111 | 11010101 | 10011000 | 0 | 10000 | 101000 | 0 | 100100 | 1100100 | 1010000 |
Color Harmonies of #FFD598
Complementary color
Monochromatic Colors of #FFD598
Black with #FFD598
Text Example
Text Example
White with #FFD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD598; }
p { color: rgb(255,213,152); }
H1.HeaderClassName
{
color: #FFD598;
}
.AnyTagClassName
{
color: #FFD598;
}
</style>
background-color css
<style>
a { background-color: #FFD598; }
a { background-color: rgb(255,213,152); }
div.DivClassName
{
background-color: #FFD598;
}
.BgClassName
{
background-color: #FFD598;
}
</style>
border-color css
<style>
span { border-color: #FFD598; }
span { border-color: rgb(255,213,152); }
td.TdClassName
{
border-color: #FFD598;
}
.TagClassName
{
border-color: #FFD598;
}
</style>