Shades of Cashmere #DDB198
Tints of Cashmere #DDB198
RGB
CMYK
RGB Variations
Color information
#DDB198 (or 0xDDB198) is known color: Cashmere. HEX triplet: DD, B1 and 98. RGB value is (221,177,152). Sum of RGB (Red+Green+Blue) = 221+177+152=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB198 is #224E67. Grayscale: #BBBBBB. Windows color (decimal): -2248296 or 10007005. OLE color: 10007005.
HSL color Cylindrical-coordinate representation of color #DDB198: hue angle of 21.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB198 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 177 | 152 | - |
CMYK | 0 | 0.20 | 0.31 | 0.13 |
HSL | 21.74º | 0.5% | 0.73% | - |
HSV(B) | 21.74º | 0.31% | 0.87% | - |
XYZ | 51.21 | 49.08 | 36.48 | - |
YUV | 187.31 | 108.08 | 152.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 177 | 152 | 0 | 0.20 | 0.31 | 0.13 | 21.74 | 0.5 | 0.73 |
Hex | DD | B1 | 98 | 0 | 14 | 1F | D | 16 | 32 | 49 |
Octal | 335 | 261 | 230 | 0 | 24 | 37 | 15 | 26 | 62 | 111 |
Binary | 11011101 | 10110001 | 10011000 | 0 | 10100 | 11111 | 1101 | 10110 | 110010 | 1001001 |
Color Harmonies of #DDB198
Complementary color
Monochromatic Colors of #DDB198
Black with #DDB198
Text Example
Text Example
White with #DDB198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB198; }
p { color: rgb(221,177,152); }
H1.HeaderClassName
{
color: #DDB198;
}
.AnyTagClassName
{
color: #DDB198;
}
</style>
background-color css
<style>
a { background-color: #DDB198; }
a { background-color: rgb(221,177,152); }
div.DivClassName
{
background-color: #DDB198;
}
.BgClassName
{
background-color: #DDB198;
}
</style>
border-color css
<style>
span { border-color: #DDB198; }
span { border-color: rgb(221,177,152); }
td.TdClassName
{
border-color: #DDB198;
}
.TagClassName
{
border-color: #DDB198;
}
</style>