Shades of Yuma #CDB77B
Tints of Yuma #CDB77B
RGB
CMYK
RGB Variations
Color information
#CDB77B (or 0xCDB77B) is known color: Yuma. HEX triplet: CD, B7 and 7B. RGB value is (205,183,123). Sum of RGB (Red+Green+Blue) = 205+183+123=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB77B is #324884. Grayscale: #B7B7B7. Windows color (decimal): -3295365 or 8107981. OLE color: 8107981.
HSL color Cylindrical-coordinate representation of color #CDB77B: hue angle of 43.9º 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 #CDB77B is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 123 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.20 |
| HSL | 43.9º | 0.45% | 0.64% | - |
| HSV(B) | 43.9º | 0.4% | 0.8% | - |
| XYZ | 45.69 | 48.28 | 25.65 | - |
| YUV | 182.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 123 | 0 | 0.11 | 0.4 | 0.20 | 43.9 | 0.45 | 0.64 |
| Hex | CD | B7 | 7B | 0 | B | 28 | 14 | 2C | 2D | 40 |
| Octal | 315 | 267 | 173 | 0 | 13 | 50 | 24 | 54 | 55 | 100 |
| Binary | 11001101 | 10110111 | 1111011 | 0 | 1011 | 101000 | 10100 | 101100 | 101101 | 1000000 |
Color Harmonies of #CDB77B
Complementary color
Monochromatic Colors of #CDB77B
Black with #CDB77B
Text Example
Text Example
White with #CDB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB77B; }
p { color: rgb(205,183,123); }
H1.HeaderClassName
{
color: #CDB77B;
}
.AnyTagClassName
{
color: #CDB77B;
}
</style>
background-color css
<style>
a { background-color: #CDB77B; }
a { background-color: rgb(205,183,123); }
div.DivClassName
{
background-color: #CDB77B;
}
.BgClassName
{
background-color: #CDB77B;
}
</style>
border-color css
<style>
span { border-color: #CDB77B; }
span { border-color: rgb(205,183,123); }
td.TdClassName
{
border-color: #CDB77B;
}
.TagClassName
{
border-color: #CDB77B;
}
</style>