Shades of Yuma #CDB878
Tints of Yuma #CDB878
RGB
CMYK
RGB Variations
Color information
#CDB878 (or 0xCDB878) is known color: Yuma. HEX triplet: CD, B8 and 78. RGB value is (205,184,120). Sum of RGB (Red+Green+Blue) = 205+184+120=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB878 is #324787. Grayscale: #B7B7B7. Windows color (decimal): -3295112 or 7911629. OLE color: 7911629.
HSL color Cylindrical-coordinate representation of color #CDB878: hue angle of 45.18º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB878 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 120 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.20 |
| HSL | 45.18º | 0.46% | 0.64% | - |
| HSV(B) | 45.18º | 0.41% | 0.8% | - |
| XYZ | 45.71 | 48.62 | 24.74 | - |
| YUV | 182.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 120 | 0 | 0.10 | 0.41 | 0.20 | 45.18 | 0.46 | 0.64 |
| Hex | CD | B8 | 78 | 0 | A | 29 | 14 | 2D | 2E | 40 |
| Octal | 315 | 270 | 170 | 0 | 12 | 51 | 24 | 55 | 56 | 100 |
| Binary | 11001101 | 10111000 | 1111000 | 0 | 1010 | 101001 | 10100 | 101101 | 101110 | 1000000 |
Color Harmonies of #CDB878
Complementary color
Monochromatic Colors of #CDB878
Black with #CDB878
Text Example
Text Example
White with #CDB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB878; }
p { color: rgb(205,184,120); }
H1.HeaderClassName
{
color: #CDB878;
}
.AnyTagClassName
{
color: #CDB878;
}
</style>
background-color css
<style>
a { background-color: #CDB878; }
a { background-color: rgb(205,184,120); }
div.DivClassName
{
background-color: #CDB878;
}
.BgClassName
{
background-color: #CDB878;
}
</style>
border-color css
<style>
span { border-color: #CDB878; }
span { border-color: rgb(205,184,120); }
td.TdClassName
{
border-color: #CDB878;
}
.TagClassName
{
border-color: #CDB878;
}
</style>