Shades of Cashmere #DDAF9A
Tints of Cashmere #DDAF9A
RGB
CMYK
RGB Variations
Color information
#DDAF9A (or 0xDDAF9A) is known color: Cashmere. HEX triplet: DD, AF and 9A. RGB value is (221,175,154). Sum of RGB (Red+Green+Blue) = 221+175+154=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF9A is #225065. Grayscale: #BABABA. Windows color (decimal): -2248806 or 10137565. OLE color: 10137565.
HSL color Cylindrical-coordinate representation of color #DDAF9A: hue angle of 18.81º 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 #DDAF9A is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 175 | 154 | - |
CMYK | 0 | 0.21 | 0.30 | 0.13 |
HSL | 18.81º | 0.5% | 0.74% | - |
HSV(B) | 18.81º | 0.3% | 0.87% | - |
XYZ | 50.98 | 48.37 | 37.22 | - |
YUV | 186.36 | 109.74 | 152.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 154 | 0 | 0.21 | 0.30 | 0.13 | 18.81 | 0.5 | 0.74 |
Hex | DD | AF | 9A | 0 | 15 | 1E | D | 13 | 32 | 4A |
Octal | 335 | 257 | 232 | 0 | 25 | 36 | 15 | 23 | 62 | 112 |
Binary | 11011101 | 10101111 | 10011010 | 0 | 10101 | 11110 | 1101 | 10011 | 110010 | 1001010 |
Color Harmonies of #DDAF9A
Complementary color
Monochromatic Colors of #DDAF9A
Black with #DDAF9A
Text Example
Text Example
White with #DDAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF9A; }
p { color: rgb(221,175,154); }
H1.HeaderClassName
{
color: #DDAF9A;
}
.AnyTagClassName
{
color: #DDAF9A;
}
</style>
background-color css
<style>
a { background-color: #DDAF9A; }
a { background-color: rgb(221,175,154); }
div.DivClassName
{
background-color: #DDAF9A;
}
.BgClassName
{
background-color: #DDAF9A;
}
</style>
border-color css
<style>
span { border-color: #DDAF9A; }
span { border-color: rgb(221,175,154); }
td.TdClassName
{
border-color: #DDAF9A;
}
.TagClassName
{
border-color: #DDAF9A;
}
</style>