Shades of Yuma #CDBC8F
Tints of Yuma #CDBC8F
RGB
CMYK
RGB Variations
Color information
#CDBC8F (or 0xCDBC8F) is known color: Yuma. HEX triplet: CD, BC and 8F. RGB value is (205,188,143). Sum of RGB (Red+Green+Blue) = 205+188+143=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC8F is #324370. Grayscale: #BCBCBC. Windows color (decimal): -3294065 or 9419981. OLE color: 9419981.
HSL color Cylindrical-coordinate representation of color #CDBC8F: hue angle of 43.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDBC8F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 143 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.20 |
| HSL | 43.55º | 0.38% | 0.68% | - |
| HSV(B) | 43.55º | 0.3% | 0.8% | - |
| XYZ | 48.12 | 50.93 | 33.28 | - |
| YUV | 187.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 143 | 0 | 0.08 | 0.30 | 0.20 | 43.55 | 0.38 | 0.68 |
| Hex | CD | BC | 8F | 0 | 8 | 1E | 14 | 2C | 26 | 44 |
| Octal | 315 | 274 | 217 | 0 | 10 | 36 | 24 | 54 | 46 | 104 |
| Binary | 11001101 | 10111100 | 10001111 | 0 | 1000 | 11110 | 10100 | 101100 | 100110 | 1000100 |
Color Harmonies of #CDBC8F
Complementary color
Monochromatic Colors of #CDBC8F
Black with #CDBC8F
Text Example
Text Example
White with #CDBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC8F; }
p { color: rgb(205,188,143); }
H1.HeaderClassName
{
color: #CDBC8F;
}
.AnyTagClassName
{
color: #CDBC8F;
}
</style>
background-color css
<style>
a { background-color: #CDBC8F; }
a { background-color: rgb(205,188,143); }
div.DivClassName
{
background-color: #CDBC8F;
}
.BgClassName
{
background-color: #CDBC8F;
}
</style>
border-color css
<style>
span { border-color: #CDBC8F; }
span { border-color: rgb(205,188,143); }
td.TdClassName
{
border-color: #CDBC8F;
}
.TagClassName
{
border-color: #CDBC8F;
}
</style>