Shades of Kobi #D39AAA
Tints of Kobi #D39AAA
RGB
CMYK
RGB Variations
Color information
#D39AAA (or 0xD39AAA) is known color: Kobi. HEX triplet: D3, 9A and AA. RGB value is (211,154,170). Sum of RGB (Red+Green+Blue) = 211+154+170=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D39AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39AAA is #2C6555. Grayscale: #ACACAC. Windows color (decimal): -2909526 or 11180755. OLE color: 11180755.
HSL color Cylindrical-coordinate representation of color #D39AAA: hue angle of 343.16º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39AAA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 154 | 170 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.17 |
| HSL | 343.16º | 0.39% | 0.72% | - |
| HSV(B) | 343.16º | 0.27% | 0.83% | - |
| XYZ | 45.68 | 39.86 | 43.32 | - |
| YUV | 172.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 170 | 0 | 0.27 | 0.19 | 0.17 | 343.16 | 0.39 | 0.72 |
| Hex | D3 | 9A | AA | 0 | 1B | 13 | 11 | 157 | 27 | 48 |
| Octal | 323 | 232 | 252 | 0 | 33 | 23 | 21 | 527 | 47 | 110 |
| Binary | 11010011 | 10011010 | 10101010 | 0 | 11011 | 10011 | 10001 | 101010111 | 100111 | 1001000 |
Color Harmonies of #D39AAA
Complementary color
Monochromatic Colors of #D39AAA
Black with #D39AAA
Text Example
Text Example
White with #D39AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AAA; }
p { color: rgb(211,154,170); }
H1.HeaderClassName
{
color: #D39AAA;
}
.AnyTagClassName
{
color: #D39AAA;
}
</style>
background-color css
<style>
a { background-color: #D39AAA; }
a { background-color: rgb(211,154,170); }
div.DivClassName
{
background-color: #D39AAA;
}
.BgClassName
{
background-color: #D39AAA;
}
</style>
border-color css
<style>
span { border-color: #D39AAA; }
span { border-color: rgb(211,154,170); }
td.TdClassName
{
border-color: #D39AAA;
}
.TagClassName
{
border-color: #D39AAA;
}
</style>