Shades of Yuma #CDBC7B
Tints of Yuma #CDBC7B
RGB
CMYK
RGB Variations
Color information
#CDBC7B (or 0xCDBC7B) is known color: Yuma. HEX triplet: CD, BC and 7B. RGB value is (205,188,123). Sum of RGB (Red+Green+Blue) = 205+188+123=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBC7B is #324384. Grayscale: #B9B9B9. Windows color (decimal): -3294085 or 8109261. OLE color: 8109261.
HSL color Cylindrical-coordinate representation of color #CDBC7B: hue angle of 47.56º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDBC7B is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 123 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.20 |
| HSL | 47.56º | 0.45% | 0.64% | - |
| HSV(B) | 47.56º | 0.4% | 0.8% | - |
| XYZ | 46.74 | 50.38 | 26 | - |
| YUV | 185.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 123 | 0 | 0.08 | 0.4 | 0.20 | 47.56 | 0.45 | 0.64 |
| Hex | CD | BC | 7B | 0 | 8 | 28 | 14 | 30 | 2D | 40 |
| Octal | 315 | 274 | 173 | 0 | 10 | 50 | 24 | 60 | 55 | 100 |
| Binary | 11001101 | 10111100 | 1111011 | 0 | 1000 | 101000 | 10100 | 110000 | 101101 | 1000000 |
Color Harmonies of #CDBC7B
Complementary color
Monochromatic Colors of #CDBC7B
Black with #CDBC7B
Text Example
Text Example
White with #CDBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC7B; }
p { color: rgb(205,188,123); }
H1.HeaderClassName
{
color: #CDBC7B;
}
.AnyTagClassName
{
color: #CDBC7B;
}
</style>
background-color css
<style>
a { background-color: #CDBC7B; }
a { background-color: rgb(205,188,123); }
div.DivClassName
{
background-color: #CDBC7B;
}
.BgClassName
{
background-color: #CDBC7B;
}
</style>
border-color css
<style>
span { border-color: #CDBC7B; }
span { border-color: rgb(205,188,123); }
td.TdClassName
{
border-color: #CDBC7B;
}
.TagClassName
{
border-color: #CDBC7B;
}
</style>