Shades of Kobi #D699AF
Tints of Kobi #D699AF
RGB
CMYK
RGB Variations
Color information
#D699AF (or 0xD699AF) is known color: Kobi. HEX triplet: D6, 99 and AF. RGB value is (214,153,175). Sum of RGB (Red+Green+Blue) = 214+153+175=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D699AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699AF is #296650. Grayscale: #ADADAD. Windows color (decimal): -2713169 or 11508182. OLE color: 11508182.
HSL color Cylindrical-coordinate representation of color #D699AF: hue angle of 338.36º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699AF is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 175 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.16 |
| HSL | 338.36º | 0.43% | 0.72% | - |
| HSV(B) | 338.36º | 0.29% | 0.84% | - |
| XYZ | 46.86 | 40.17 | 45.84 | - |
| YUV | 173.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 175 | 0 | 0.29 | 0.18 | 0.16 | 338.36 | 0.43 | 0.72 |
| Hex | D6 | 99 | AF | 0 | 1D | 12 | 10 | 152 | 2B | 48 |
| Octal | 326 | 231 | 257 | 0 | 35 | 22 | 20 | 522 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10101111 | 0 | 11101 | 10010 | 10000 | 101010010 | 101011 | 1001000 |
Color Harmonies of #D699AF
Complementary color
Monochromatic Colors of #D699AF
Black with #D699AF
Text Example
Text Example
White with #D699AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699AF; }
p { color: rgb(214,153,175); }
H1.HeaderClassName
{
color: #D699AF;
}
.AnyTagClassName
{
color: #D699AF;
}
</style>
background-color css
<style>
a { background-color: #D699AF; }
a { background-color: rgb(214,153,175); }
div.DivClassName
{
background-color: #D699AF;
}
.BgClassName
{
background-color: #D699AF;
}
</style>
border-color css
<style>
span { border-color: #D699AF; }
span { border-color: rgb(214,153,175); }
td.TdClassName
{
border-color: #D699AF;
}
.TagClassName
{
border-color: #D699AF;
}
</style>