Shades of Sour Dough #CDB998
Tints of Sour Dough #CDB998
RGB
CMYK
RGB Variations
Color information
#CDB998 (or 0xCDB998) is known color: Sour Dough. HEX triplet: CD, B9 and 98. RGB value is (205,185,152). Sum of RGB (Red+Green+Blue) = 205+185+152=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB998 is #324667. Grayscale: #BBBBBB. Windows color (decimal): -3294824 or 10009037. OLE color: 10009037.
HSL color Cylindrical-coordinate representation of color #CDB998: hue angle of 37.36º 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 #CDB998 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 152 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.20 |
| HSL | 37.36º | 0.35% | 0.7% | - |
| HSV(B) | 37.36º | 0.26% | 0.8% | - |
| XYZ | 48.19 | 49.94 | 36.81 | - |
| YUV | 187.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 152 | 0 | 0.10 | 0.26 | 0.20 | 37.36 | 0.35 | 0.7 |
| Hex | CD | B9 | 98 | 0 | A | 1A | 14 | 25 | 23 | 46 |
| Octal | 315 | 271 | 230 | 0 | 12 | 32 | 24 | 45 | 43 | 106 |
| Binary | 11001101 | 10111001 | 10011000 | 0 | 1010 | 11010 | 10100 | 100101 | 100011 | 1000110 |
Color Harmonies of #CDB998
Complementary color
Monochromatic Colors of #CDB998
Black with #CDB998
Text Example
Text Example
White with #CDB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB998; }
p { color: rgb(205,185,152); }
H1.HeaderClassName
{
color: #CDB998;
}
.AnyTagClassName
{
color: #CDB998;
}
</style>
background-color css
<style>
a { background-color: #CDB998; }
a { background-color: rgb(205,185,152); }
div.DivClassName
{
background-color: #CDB998;
}
.BgClassName
{
background-color: #CDB998;
}
</style>
border-color css
<style>
span { border-color: #CDB998; }
span { border-color: rgb(205,185,152); }
td.TdClassName
{
border-color: #CDB998;
}
.TagClassName
{
border-color: #CDB998;
}
</style>