Shades of Cashmere #DDB09A
Tints of Cashmere #DDB09A
RGB
CMYK
RGB Variations
Color information
#DDB09A (or 0xDDB09A) is known color: Cashmere. HEX triplet: DD, B0 and 9A. RGB value is (221,176,154). Sum of RGB (Red+Green+Blue) = 221+176+154=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09A is #224F65. Grayscale: #BBBBBB. Windows color (decimal): -2248550 or 10137821. OLE color: 10137821.
HSL color Cylindrical-coordinate representation of color #DDB09A: hue angle of 19.7º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB09A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 176 | 154 | - |
CMYK | 0 | 0.20 | 0.30 | 0.13 |
HSL | 19.7º | 0.5% | 0.74% | - |
HSV(B) | 19.7º | 0.3% | 0.87% | - |
XYZ | 51.18 | 48.76 | 37.29 | - |
YUV | 186.95 | 109.41 | 152.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 176 | 154 | 0 | 0.20 | 0.30 | 0.13 | 19.7 | 0.5 | 0.74 |
Hex | DD | B0 | 9A | 0 | 14 | 1E | D | 14 | 32 | 4A |
Octal | 335 | 260 | 232 | 0 | 24 | 36 | 15 | 24 | 62 | 112 |
Binary | 11011101 | 10110000 | 10011010 | 0 | 10100 | 11110 | 1101 | 10100 | 110010 | 1001010 |
Color Harmonies of #DDB09A
Complementary color
Monochromatic Colors of #DDB09A
Black with #DDB09A
Text Example
Text Example
White with #DDB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB09A; }
p { color: rgb(221,176,154); }
H1.HeaderClassName
{
color: #DDB09A;
}
.AnyTagClassName
{
color: #DDB09A;
}
</style>
background-color css
<style>
a { background-color: #DDB09A; }
a { background-color: rgb(221,176,154); }
div.DivClassName
{
background-color: #DDB09A;
}
.BgClassName
{
background-color: #DDB09A;
}
</style>
border-color css
<style>
span { border-color: #DDB09A; }
span { border-color: rgb(221,176,154); }
td.TdClassName
{
border-color: #DDB09A;
}
.TagClassName
{
border-color: #DDB09A;
}
</style>