Shades of Sour Dough #CDB693
Tints of Sour Dough #CDB693
RGB
CMYK
RGB Variations
Color information
#CDB693 (or 0xCDB693) is known color: Sour Dough. HEX triplet: CD, B6 and 93. RGB value is (205,182,147). Sum of RGB (Red+Green+Blue) = 205+182+147=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB693 is #32496C. Grayscale: #B9B9B9. Windows color (decimal): -3295597 or 9680589. OLE color: 9680589.
HSL color Cylindrical-coordinate representation of color #CDB693: hue angle of 36.21º 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 #CDB693 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 147 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.20 |
| HSL | 36.21º | 0.37% | 0.69% | - |
| HSV(B) | 36.21º | 0.28% | 0.8% | - |
| XYZ | 47.17 | 48.54 | 34.49 | - |
| YUV | 184.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 147 | 0 | 0.11 | 0.28 | 0.20 | 36.21 | 0.37 | 0.69 |
| Hex | CD | B6 | 93 | 0 | B | 1C | 14 | 24 | 25 | 45 |
| Octal | 315 | 266 | 223 | 0 | 13 | 34 | 24 | 44 | 45 | 105 |
| Binary | 11001101 | 10110110 | 10010011 | 0 | 1011 | 11100 | 10100 | 100100 | 100101 | 1000101 |
Color Harmonies of #CDB693
Complementary color
Monochromatic Colors of #CDB693
Black with #CDB693
Text Example
Text Example
White with #CDB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB693; }
p { color: rgb(205,182,147); }
H1.HeaderClassName
{
color: #CDB693;
}
.AnyTagClassName
{
color: #CDB693;
}
</style>
background-color css
<style>
a { background-color: #CDB693; }
a { background-color: rgb(205,182,147); }
div.DivClassName
{
background-color: #CDB693;
}
.BgClassName
{
background-color: #CDB693;
}
</style>
border-color css
<style>
span { border-color: #CDB693; }
span { border-color: rgb(205,182,147); }
td.TdClassName
{
border-color: #CDB693;
}
.TagClassName
{
border-color: #CDB693;
}
</style>