Shades of Yuma #CEB77D
Tints of Yuma #CEB77D
RGB
CMYK
RGB Variations
Color information
#CEB77D (or 0xCEB77D) is known color: Yuma. HEX triplet: CE, B7 and 7D. RGB value is (206,183,125). Sum of RGB (Red+Green+Blue) = 206+183+125=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB77D is #314882. Grayscale: #B7B7B7. Windows color (decimal): -3229827 or 8239054. OLE color: 8239054.
HSL color Cylindrical-coordinate representation of color #CEB77D: hue angle of 42.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEB77D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 125 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.19 |
| HSL | 42.96º | 0.45% | 0.65% | - |
| HSV(B) | 42.96º | 0.39% | 0.81% | - |
| XYZ | 46.09 | 48.47 | 26.33 | - |
| YUV | 183.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 125 | 0 | 0.11 | 0.39 | 0.19 | 42.96 | 0.45 | 0.65 |
| Hex | CE | B7 | 7D | 0 | B | 27 | 13 | 2B | 2D | 41 |
| Octal | 316 | 267 | 175 | 0 | 13 | 47 | 23 | 53 | 55 | 101 |
| Binary | 11001110 | 10110111 | 1111101 | 0 | 1011 | 100111 | 10011 | 101011 | 101101 | 1000001 |
Color Harmonies of #CEB77D
Complementary color
Monochromatic Colors of #CEB77D
Black with #CEB77D
Text Example
Text Example
White with #CEB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB77D; }
p { color: rgb(206,183,125); }
H1.HeaderClassName
{
color: #CEB77D;
}
.AnyTagClassName
{
color: #CEB77D;
}
</style>
background-color css
<style>
a { background-color: #CEB77D; }
a { background-color: rgb(206,183,125); }
div.DivClassName
{
background-color: #CEB77D;
}
.BgClassName
{
background-color: #CEB77D;
}
</style>
border-color css
<style>
span { border-color: #CEB77D; }
span { border-color: rgb(206,183,125); }
td.TdClassName
{
border-color: #CEB77D;
}
.TagClassName
{
border-color: #CEB77D;
}
</style>