Shades of Kobi #D39BAF
Tints of Kobi #D39BAF
RGB
CMYK
RGB Variations
Color information
#D39BAF (or 0xD39BAF) is known color: Kobi. HEX triplet: D3, 9B and AF. RGB value is (211,155,175). Sum of RGB (Red+Green+Blue) = 211+155+175=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BAF is #2C6450. Grayscale: #AEAEAE. Windows color (decimal): -2909265 or 11508691. OLE color: 11508691.
HSL color Cylindrical-coordinate representation of color #D39BAF: hue angle of 338.57º 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 #D39BAF is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 175 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.17 |
| HSL | 338.57º | 0.39% | 0.72% | - |
| HSV(B) | 338.57º | 0.27% | 0.83% | - |
| XYZ | 46.32 | 40.39 | 45.91 | - |
| YUV | 174.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 175 | 0 | 0.27 | 0.17 | 0.17 | 338.57 | 0.39 | 0.72 |
| Hex | D3 | 9B | AF | 0 | 1B | 11 | 11 | 153 | 27 | 48 |
| Octal | 323 | 233 | 257 | 0 | 33 | 21 | 21 | 523 | 47 | 110 |
| Binary | 11010011 | 10011011 | 10101111 | 0 | 11011 | 10001 | 10001 | 101010011 | 100111 | 1001000 |
Color Harmonies of #D39BAF
Complementary color
Monochromatic Colors of #D39BAF
Black with #D39BAF
Text Example
Text Example
White with #D39BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BAF; }
p { color: rgb(211,155,175); }
H1.HeaderClassName
{
color: #D39BAF;
}
.AnyTagClassName
{
color: #D39BAF;
}
</style>
background-color css
<style>
a { background-color: #D39BAF; }
a { background-color: rgb(211,155,175); }
div.DivClassName
{
background-color: #D39BAF;
}
.BgClassName
{
background-color: #D39BAF;
}
</style>
border-color css
<style>
span { border-color: #D39BAF; }
span { border-color: rgb(211,155,175); }
td.TdClassName
{
border-color: #D39BAF;
}
.TagClassName
{
border-color: #D39BAF;
}
</style>