Shades of Tan #CDB88D
Tints of Tan #CDB88D
RGB
CMYK
RGB Variations
Color information
#CDB88D (or 0xCDB88D) is known color: Tan. HEX triplet: CD, B8 and 8D. RGB value is (205,184,141). Sum of RGB (Red+Green+Blue) = 205+184+141=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB88D is #324772. Grayscale: #B9B9B9. Windows color (decimal): -3295091 or 9287885. OLE color: 9287885.
HSL color Cylindrical-coordinate representation of color #CDB88D: hue angle of 40.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDB88D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 141 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.20 |
| HSL | 40.31º | 0.39% | 0.68% | - |
| HSV(B) | 40.31º | 0.31% | 0.8% | - |
| XYZ | 47.13 | 49.18 | 32.21 | - |
| YUV | 185.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 141 | 0 | 0.10 | 0.31 | 0.20 | 40.31 | 0.39 | 0.68 |
| Hex | CD | B8 | 8D | 0 | A | 1F | 14 | 28 | 27 | 44 |
| Octal | 315 | 270 | 215 | 0 | 12 | 37 | 24 | 50 | 47 | 104 |
| Binary | 11001101 | 10111000 | 10001101 | 0 | 1010 | 11111 | 10100 | 101000 | 100111 | 1000100 |
Color Harmonies of #CDB88D
Complementary color
Monochromatic Colors of #CDB88D
Black with #CDB88D
Text Example
Text Example
White with #CDB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB88D; }
p { color: rgb(205,184,141); }
H1.HeaderClassName
{
color: #CDB88D;
}
.AnyTagClassName
{
color: #CDB88D;
}
</style>
background-color css
<style>
a { background-color: #CDB88D; }
a { background-color: rgb(205,184,141); }
div.DivClassName
{
background-color: #CDB88D;
}
.BgClassName
{
background-color: #CDB88D;
}
</style>
border-color css
<style>
span { border-color: #CDB88D; }
span { border-color: rgb(205,184,141); }
td.TdClassName
{
border-color: #CDB88D;
}
.TagClassName
{
border-color: #CDB88D;
}
</style>