Shades of Sour Dough #CDB593
Tints of Sour Dough #CDB593
RGB
CMYK
RGB Variations
Color information
#CDB593 (or 0xCDB593) is known color: Sour Dough. HEX triplet: CD, B5 and 93. RGB value is (205,181,147). Sum of RGB (Red+Green+Blue) = 205+181+147=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB593 is #324A6C. Grayscale: #B8B8B8. Windows color (decimal): -3295853 or 9680333. OLE color: 9680333.
HSL color Cylindrical-coordinate representation of color #CDB593: hue angle of 35.17º degrees, saturation: 0.37, 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 #CDB593 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 147 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.20 |
| HSL | 35.17º | 0.37% | 0.69% | - |
| HSV(B) | 35.17º | 0.28% | 0.8% | - |
| XYZ | 46.97 | 48.13 | 34.42 | - |
| YUV | 184.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 147 | 0 | 0.12 | 0.28 | 0.20 | 35.17 | 0.37 | 0.69 |
| Hex | CD | B5 | 93 | 0 | C | 1C | 14 | 23 | 25 | 45 |
| Octal | 315 | 265 | 223 | 0 | 14 | 34 | 24 | 43 | 45 | 105 |
| Binary | 11001101 | 10110101 | 10010011 | 0 | 1100 | 11100 | 10100 | 100011 | 100101 | 1000101 |
Color Harmonies of #CDB593
Complementary color
Monochromatic Colors of #CDB593
Black with #CDB593
Text Example
Text Example
White with #CDB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB593; }
p { color: rgb(205,181,147); }
H1.HeaderClassName
{
color: #CDB593;
}
.AnyTagClassName
{
color: #CDB593;
}
</style>
background-color css
<style>
a { background-color: #CDB593; }
a { background-color: rgb(205,181,147); }
div.DivClassName
{
background-color: #CDB593;
}
.BgClassName
{
background-color: #CDB593;
}
</style>
border-color css
<style>
span { border-color: #CDB593; }
span { border-color: rgb(205,181,147); }
td.TdClassName
{
border-color: #CDB593;
}
.TagClassName
{
border-color: #CDB593;
}
</style>