Shades of Sour Dough #CDB494
Tints of Sour Dough #CDB494
RGB
CMYK
RGB Variations
Color information
#CDB494 (or 0xCDB494) is known color: Sour Dough. HEX triplet: CD, B4 and 94. RGB value is (205,180,148). Sum of RGB (Red+Green+Blue) = 205+180+148=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB494 is #324B6B. Grayscale: #B7B7B7. Windows color (decimal): -3296108 or 9745613. OLE color: 9745613.
HSL color Cylindrical-coordinate representation of color #CDB494: hue angle of 33.68º 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 #CDB494 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 148 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.20 |
| HSL | 33.68º | 0.36% | 0.69% | - |
| HSV(B) | 33.68º | 0.28% | 0.8% | - |
| XYZ | 46.84 | 47.76 | 34.77 | - |
| YUV | 183.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 148 | 0 | 0.12 | 0.28 | 0.20 | 33.68 | 0.36 | 0.69 |
| Hex | CD | B4 | 94 | 0 | C | 1C | 14 | 22 | 24 | 45 |
| Octal | 315 | 264 | 224 | 0 | 14 | 34 | 24 | 42 | 44 | 105 |
| Binary | 11001101 | 10110100 | 10010100 | 0 | 1100 | 11100 | 10100 | 100010 | 100100 | 1000101 |
Color Harmonies of #CDB494
Complementary color
Monochromatic Colors of #CDB494
Black with #CDB494
Text Example
Text Example
White with #CDB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB494; }
p { color: rgb(205,180,148); }
H1.HeaderClassName
{
color: #CDB494;
}
.AnyTagClassName
{
color: #CDB494;
}
</style>
background-color css
<style>
a { background-color: #CDB494; }
a { background-color: rgb(205,180,148); }
div.DivClassName
{
background-color: #CDB494;
}
.BgClassName
{
background-color: #CDB494;
}
</style>
border-color css
<style>
span { border-color: #CDB494; }
span { border-color: rgb(205,180,148); }
td.TdClassName
{
border-color: #CDB494;
}
.TagClassName
{
border-color: #CDB494;
}
</style>