Shades of Yuma #CDBC8D
Tints of Yuma #CDBC8D
RGB
CMYK
RGB Variations
Color information
#CDBC8D (or 0xCDBC8D) is known color: Yuma. HEX triplet: CD, BC and 8D. RGB value is (205,188,141). Sum of RGB (Red+Green+Blue) = 205+188+141=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC8D is #324372. Grayscale: #BBBBBB. Windows color (decimal): -3294067 or 9288909. OLE color: 9288909.
HSL color Cylindrical-coordinate representation of color #CDBC8D: hue angle of 44.06º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDBC8D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 141 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.20 |
| HSL | 44.06º | 0.39% | 0.68% | - |
| HSV(B) | 44.06º | 0.31% | 0.8% | - |
| XYZ | 47.97 | 50.87 | 32.49 | - |
| YUV | 187.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 141 | 0 | 0.08 | 0.31 | 0.20 | 44.06 | 0.39 | 0.68 |
| Hex | CD | BC | 8D | 0 | 8 | 1F | 14 | 2C | 27 | 44 |
| Octal | 315 | 274 | 215 | 0 | 10 | 37 | 24 | 54 | 47 | 104 |
| Binary | 11001101 | 10111100 | 10001101 | 0 | 1000 | 11111 | 10100 | 101100 | 100111 | 1000100 |
Color Harmonies of #CDBC8D
Complementary color
Monochromatic Colors of #CDBC8D
Black with #CDBC8D
Text Example
Text Example
White with #CDBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC8D; }
p { color: rgb(205,188,141); }
H1.HeaderClassName
{
color: #CDBC8D;
}
.AnyTagClassName
{
color: #CDBC8D;
}
</style>
background-color css
<style>
a { background-color: #CDBC8D; }
a { background-color: rgb(205,188,141); }
div.DivClassName
{
background-color: #CDBC8D;
}
.BgClassName
{
background-color: #CDBC8D;
}
</style>
border-color css
<style>
span { border-color: #CDBC8D; }
span { border-color: rgb(205,188,141); }
td.TdClassName
{
border-color: #CDBC8D;
}
.TagClassName
{
border-color: #CDBC8D;
}
</style>