Shades of Tan #CDB68B
Tints of Tan #CDB68B
RGB
CMYK
RGB Variations
Color information
#CDB68B (or 0xCDB68B) is known color: Tan. HEX triplet: CD, B6 and 8B. RGB value is (205,182,139). Sum of RGB (Red+Green+Blue) = 205+182+139=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB68B is #324974. Grayscale: #B8B8B8. Windows color (decimal): -3295605 or 9156301. OLE color: 9156301.
HSL color Cylindrical-coordinate representation of color #CDB68B: hue angle of 39.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDB68B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 139 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.20 |
| HSL | 39.09º | 0.4% | 0.67% | - |
| HSV(B) | 39.09º | 0.32% | 0.8% | - |
| XYZ | 46.56 | 48.3 | 31.29 | - |
| YUV | 183.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 139 | 0 | 0.11 | 0.32 | 0.20 | 39.09 | 0.4 | 0.67 |
| Hex | CD | B6 | 8B | 0 | B | 20 | 14 | 27 | 28 | 43 |
| Octal | 315 | 266 | 213 | 0 | 13 | 40 | 24 | 47 | 50 | 103 |
| Binary | 11001101 | 10110110 | 10001011 | 0 | 1011 | 100000 | 10100 | 100111 | 101000 | 1000011 |
Color Harmonies of #CDB68B
Complementary color
Monochromatic Colors of #CDB68B
Black with #CDB68B
Text Example
Text Example
White with #CDB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB68B; }
p { color: rgb(205,182,139); }
H1.HeaderClassName
{
color: #CDB68B;
}
.AnyTagClassName
{
color: #CDB68B;
}
</style>
background-color css
<style>
a { background-color: #CDB68B; }
a { background-color: rgb(205,182,139); }
div.DivClassName
{
background-color: #CDB68B;
}
.BgClassName
{
background-color: #CDB68B;
}
</style>
border-color css
<style>
span { border-color: #CDB68B; }
span { border-color: rgb(205,182,139); }
td.TdClassName
{
border-color: #CDB68B;
}
.TagClassName
{
border-color: #CDB68B;
}
</style>