Shades of Sour Dough #CDB794
Tints of Sour Dough #CDB794
RGB
CMYK
RGB Variations
Color information
#CDB794 (or 0xCDB794) is known color: Sour Dough. HEX triplet: CD, B7 and 94. RGB value is (205,183,148). Sum of RGB (Red+Green+Blue) = 205+183+148=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB794 is #32486B. Grayscale: #B9B9B9. Windows color (decimal): -3295340 or 9746381. OLE color: 9746381.
HSL color Cylindrical-coordinate representation of color #CDB794: hue angle of 36.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDB794 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 148 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.20 |
| HSL | 36.84º | 0.36% | 0.69% | - |
| HSV(B) | 36.84º | 0.28% | 0.8% | - |
| XYZ | 47.46 | 48.98 | 34.97 | - |
| YUV | 185.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 148 | 0 | 0.11 | 0.28 | 0.20 | 36.84 | 0.36 | 0.69 |
| Hex | CD | B7 | 94 | 0 | B | 1C | 14 | 25 | 24 | 45 |
| Octal | 315 | 267 | 224 | 0 | 13 | 34 | 24 | 45 | 44 | 105 |
| Binary | 11001101 | 10110111 | 10010100 | 0 | 1011 | 11100 | 10100 | 100101 | 100100 | 1000101 |
Color Harmonies of #CDB794
Complementary color
Monochromatic Colors of #CDB794
Black with #CDB794
Text Example
Text Example
White with #CDB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB794; }
p { color: rgb(205,183,148); }
H1.HeaderClassName
{
color: #CDB794;
}
.AnyTagClassName
{
color: #CDB794;
}
</style>
background-color css
<style>
a { background-color: #CDB794; }
a { background-color: rgb(205,183,148); }
div.DivClassName
{
background-color: #CDB794;
}
.BgClassName
{
background-color: #CDB794;
}
</style>
border-color css
<style>
span { border-color: #CDB794; }
span { border-color: rgb(205,183,148); }
td.TdClassName
{
border-color: #CDB794;
}
.TagClassName
{
border-color: #CDB794;
}
</style>