Shades of Sour Dough #CDB594
Tints of Sour Dough #CDB594
RGB
CMYK
RGB Variations
Color information
#CDB594 (or 0xCDB594) is known color: Sour Dough. HEX triplet: CD, B5 and 94. RGB value is (205,181,148). Sum of RGB (Red+Green+Blue) = 205+181+148=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB594 is #324A6B. Grayscale: #B8B8B8. Windows color (decimal): -3295852 or 9745869. OLE color: 9745869.
HSL color Cylindrical-coordinate representation of color #CDB594: hue angle of 34.74º 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 #CDB594 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 148 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.20 |
| HSL | 34.74º | 0.36% | 0.69% | - |
| HSV(B) | 34.74º | 0.28% | 0.8% | - |
| XYZ | 47.05 | 48.17 | 34.83 | - |
| YUV | 184.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 148 | 0 | 0.12 | 0.28 | 0.20 | 34.74 | 0.36 | 0.69 |
| Hex | CD | B5 | 94 | 0 | C | 1C | 14 | 23 | 24 | 45 |
| Octal | 315 | 265 | 224 | 0 | 14 | 34 | 24 | 43 | 44 | 105 |
| Binary | 11001101 | 10110101 | 10010100 | 0 | 1100 | 11100 | 10100 | 100011 | 100100 | 1000101 |
Color Harmonies of #CDB594
Complementary color
Monochromatic Colors of #CDB594
Black with #CDB594
Text Example
Text Example
White with #CDB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB594; }
p { color: rgb(205,181,148); }
H1.HeaderClassName
{
color: #CDB594;
}
.AnyTagClassName
{
color: #CDB594;
}
</style>
background-color css
<style>
a { background-color: #CDB594; }
a { background-color: rgb(205,181,148); }
div.DivClassName
{
background-color: #CDB594;
}
.BgClassName
{
background-color: #CDB594;
}
</style>
border-color css
<style>
span { border-color: #CDB594; }
span { border-color: rgb(205,181,148); }
td.TdClassName
{
border-color: #CDB594;
}
.TagClassName
{
border-color: #CDB594;
}
</style>