Shades of Cashmere #DAAD92
Tints of Cashmere #DAAD92
RGB
CMYK
RGB Variations
Color information
#DAAD92 (or 0xDAAD92) is known color: Cashmere. HEX triplet: DA, AD and 92. RGB value is (218,173,146). Sum of RGB (Red+Green+Blue) = 218+173+146=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD92 is #25526D. Grayscale: #B7B7B7. Windows color (decimal): -2445934 or 9612762. OLE color: 9612762.
HSL color Cylindrical-coordinate representation of color #DAAD92: hue angle of 22.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAAD92 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 173 | 146 | - |
CMYK | 0 | 0.21 | 0.33 | 0.15 |
HSL | 22.5º | 0.49% | 0.71% | - |
HSV(B) | 22.5º | 0.33% | 0.85% | - |
XYZ | 49.05 | 46.87 | 33.66 | - |
YUV | 183.38 | 106.91 | 152.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 146 | 0 | 0.21 | 0.33 | 0.15 | 22.5 | 0.49 | 0.71 |
Hex | DA | AD | 92 | 0 | 15 | 21 | F | 16 | 31 | 47 |
Octal | 332 | 255 | 222 | 0 | 25 | 41 | 17 | 26 | 61 | 107 |
Binary | 11011010 | 10101101 | 10010010 | 0 | 10101 | 100001 | 1111 | 10110 | 110001 | 1000111 |
Color Harmonies of #DAAD92
Complementary color
Monochromatic Colors of #DAAD92
Black with #DAAD92
Text Example
Text Example
White with #DAAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD92; }
p { color: rgb(218,173,146); }
H1.HeaderClassName
{
color: #DAAD92;
}
.AnyTagClassName
{
color: #DAAD92;
}
</style>
background-color css
<style>
a { background-color: #DAAD92; }
a { background-color: rgb(218,173,146); }
div.DivClassName
{
background-color: #DAAD92;
}
.BgClassName
{
background-color: #DAAD92;
}
</style>
border-color css
<style>
span { border-color: #DAAD92; }
span { border-color: rgb(218,173,146); }
td.TdClassName
{
border-color: #DAAD92;
}
.TagClassName
{
border-color: #DAAD92;
}
</style>