Shades of Kobi #D899AD
Tints of Kobi #D899AD
RGB
CMYK
RGB Variations
Color information
#D899AD (or 0xD899AD) is known color: Kobi. HEX triplet: D8, 99 and AD. RGB value is (216,153,173). Sum of RGB (Red+Green+Blue) = 216+153+173=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D899AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D899AD is #276652. Grayscale: #AEAEAE. Windows color (decimal): -2582099 or 11377112. OLE color: 11377112.
HSL color Cylindrical-coordinate representation of color #D899AD: hue angle of 340.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899AD is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 173 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.15 |
| HSL | 340.95º | 0.45% | 0.72% | - |
| HSV(B) | 340.95º | 0.29% | 0.85% | - |
| XYZ | 47.25 | 40.4 | 44.84 | - |
| YUV | 174.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 173 | 0 | 0.29 | 0.20 | 0.15 | 340.95 | 0.45 | 0.72 |
| Hex | D8 | 99 | AD | 0 | 1D | 14 | F | 155 | 2D | 48 |
| Octal | 330 | 231 | 255 | 0 | 35 | 24 | 17 | 525 | 55 | 110 |
| Binary | 11011000 | 10011001 | 10101101 | 0 | 11101 | 10100 | 1111 | 101010101 | 101101 | 1001000 |
Color Harmonies of #D899AD
Complementary color
Monochromatic Colors of #D899AD
Black with #D899AD
Text Example
Text Example
White with #D899AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D899AD; }
p { color: rgb(216,153,173); }
H1.HeaderClassName
{
color: #D899AD;
}
.AnyTagClassName
{
color: #D899AD;
}
</style>
background-color css
<style>
a { background-color: #D899AD; }
a { background-color: rgb(216,153,173); }
div.DivClassName
{
background-color: #D899AD;
}
.BgClassName
{
background-color: #D899AD;
}
</style>
border-color css
<style>
span { border-color: #D899AD; }
span { border-color: rgb(216,153,173); }
td.TdClassName
{
border-color: #D899AD;
}
.TagClassName
{
border-color: #D899AD;
}
</style>