Shades of Kobi #D9A2AF
Tints of Kobi #D9A2AF
RGB
CMYK
RGB Variations
Color information
#D9A2AF (or 0xD9A2AF) is known color: Kobi. HEX triplet: D9, A2 and AF. RGB value is (217,162,175). Sum of RGB (Red+Green+Blue) = 217+162+175=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A2AF is #265D50. Grayscale: #B3B3B3. Windows color (decimal): -2514257 or 11510489. OLE color: 11510489.
HSL color Cylindrical-coordinate representation of color #D9A2AF: hue angle of 345.82º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9A2AF is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 162 | 175 | - |
CMYK | 0 | 0.25 | 0.19 | 0.15 |
HSL | 345.82º | 0.42% | 0.74% | - |
HSV(B) | 345.82º | 0.25% | 0.85% | - |
XYZ | 49.27 | 43.69 | 46.39 | - |
YUV | 179.93 | 125.22 | 154.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 162 | 175 | 0 | 0.25 | 0.19 | 0.15 | 345.82 | 0.42 | 0.74 |
Hex | D9 | A2 | AF | 0 | 19 | 13 | F | 15A | 2A | 4A |
Octal | 331 | 242 | 257 | 0 | 31 | 23 | 17 | 532 | 52 | 112 |
Binary | 11011001 | 10100010 | 10101111 | 0 | 11001 | 10011 | 1111 | 101011010 | 101010 | 1001010 |
Color Harmonies of #D9A2AF
Complementary color
Monochromatic Colors of #D9A2AF
Black with #D9A2AF
Text Example
Text Example
White with #D9A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A2AF; }
p { color: rgb(217,162,175); }
H1.HeaderClassName
{
color: #D9A2AF;
}
.AnyTagClassName
{
color: #D9A2AF;
}
</style>
background-color css
<style>
a { background-color: #D9A2AF; }
a { background-color: rgb(217,162,175); }
div.DivClassName
{
background-color: #D9A2AF;
}
.BgClassName
{
background-color: #D9A2AF;
}
</style>
border-color css
<style>
span { border-color: #D9A2AF; }
span { border-color: rgb(217,162,175); }
td.TdClassName
{
border-color: #D9A2AF;
}
.TagClassName
{
border-color: #D9A2AF;
}
</style>