Shades of Soft Amber #CDBDAA
Tints of Soft Amber #CDBDAA
RGB
CMYK
RGB Variations
Color information
#CDBDAA (or 0xCDBDAA) is known color: Soft Amber. HEX triplet: CD, BD and AA. RGB value is (205,189,170). Sum of RGB (Red+Green+Blue) = 205+189+170=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBDAA is #324255. Grayscale: #BFBFBF. Windows color (decimal): -3293782 or 11189709. OLE color: 11189709.
HSL color Cylindrical-coordinate representation of color #CDBDAA: hue angle of 32.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDBDAA is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 170 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.20 |
| HSL | 32.57º | 0.26% | 0.74% | - |
| HSV(B) | 32.57º | 0.17% | 0.8% | - |
| XYZ | 50.63 | 52.28 | 45.45 | - |
| YUV | 191.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 170 | 0 | 0.08 | 0.17 | 0.20 | 32.57 | 0.26 | 0.74 |
| Hex | CD | BD | AA | 0 | 8 | 11 | 14 | 21 | 1A | 4A |
| Octal | 315 | 275 | 252 | 0 | 10 | 21 | 24 | 41 | 32 | 112 |
| Binary | 11001101 | 10111101 | 10101010 | 0 | 1000 | 10001 | 10100 | 100001 | 11010 | 1001010 |
Color Harmonies of #CDBDAA
Complementary color
Monochromatic Colors of #CDBDAA
Black with #CDBDAA
Text Example
Text Example
White with #CDBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDAA; }
p { color: rgb(205,189,170); }
H1.HeaderClassName
{
color: #CDBDAA;
}
.AnyTagClassName
{
color: #CDBDAA;
}
</style>
background-color css
<style>
a { background-color: #CDBDAA; }
a { background-color: rgb(205,189,170); }
div.DivClassName
{
background-color: #CDBDAA;
}
.BgClassName
{
background-color: #CDBDAA;
}
</style>
border-color css
<style>
span { border-color: #CDBDAA; }
span { border-color: rgb(205,189,170); }
td.TdClassName
{
border-color: #CDBDAA;
}
.TagClassName
{
border-color: #CDBDAA;
}
</style>