Shades of Sour Dough #CDB997
Tints of Sour Dough #CDB997
RGB
CMYK
RGB Variations
Color information
#CDB997 (or 0xCDB997) is known color: Sour Dough. HEX triplet: CD, B9 and 97. RGB value is (205,185,151). Sum of RGB (Red+Green+Blue) = 205+185+151=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB997 is #324668. Grayscale: #BBBBBB. Windows color (decimal): -3294825 or 9943501. OLE color: 9943501.
HSL color Cylindrical-coordinate representation of color #CDB997: hue angle of 37.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB997 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 151 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.20 |
| HSL | 37.78º | 0.35% | 0.7% | - |
| HSV(B) | 37.78º | 0.26% | 0.8% | - |
| XYZ | 48.11 | 49.91 | 36.38 | - |
| YUV | 187.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 151 | 0 | 0.10 | 0.26 | 0.20 | 37.78 | 0.35 | 0.7 |
| Hex | CD | B9 | 97 | 0 | A | 1A | 14 | 26 | 23 | 46 |
| Octal | 315 | 271 | 227 | 0 | 12 | 32 | 24 | 46 | 43 | 106 |
| Binary | 11001101 | 10111001 | 10010111 | 0 | 1010 | 11010 | 10100 | 100110 | 100011 | 1000110 |
Color Harmonies of #CDB997
Complementary color
Monochromatic Colors of #CDB997
Black with #CDB997
Text Example
Text Example
White with #CDB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB997; }
p { color: rgb(205,185,151); }
H1.HeaderClassName
{
color: #CDB997;
}
.AnyTagClassName
{
color: #CDB997;
}
</style>
background-color css
<style>
a { background-color: #CDB997; }
a { background-color: rgb(205,185,151); }
div.DivClassName
{
background-color: #CDB997;
}
.BgClassName
{
background-color: #CDB997;
}
</style>
border-color css
<style>
span { border-color: #CDB997; }
span { border-color: rgb(205,185,151); }
td.TdClassName
{
border-color: #CDB997;
}
.TagClassName
{
border-color: #CDB997;
}
</style>