Shades of Yuma #CFB67D
Tints of Yuma #CFB67D
RGB
CMYK
RGB Variations
Color information
#CFB67D (or 0xCFB67D) is known color: Yuma. HEX triplet: CF, B6 and 7D. RGB value is (207,182,125). Sum of RGB (Red+Green+Blue) = 207+182+125=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB67D is #304982. Grayscale: #B7B7B7. Windows color (decimal): -3164547 or 8238799. OLE color: 8238799.
HSL color Cylindrical-coordinate representation of color #CFB67D: hue angle of 41.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB67D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 125 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.19 |
| HSL | 41.71º | 0.46% | 0.65% | - |
| HSV(B) | 41.71º | 0.4% | 0.81% | - |
| XYZ | 46.16 | 48.2 | 26.27 | - |
| YUV | 182.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 125 | 0 | 0.12 | 0.40 | 0.19 | 41.71 | 0.46 | 0.65 |
| Hex | CF | B6 | 7D | 0 | C | 28 | 13 | 2A | 2E | 41 |
| Octal | 317 | 266 | 175 | 0 | 14 | 50 | 23 | 52 | 56 | 101 |
| Binary | 11001111 | 10110110 | 1111101 | 0 | 1100 | 101000 | 10011 | 101010 | 101110 | 1000001 |
Color Harmonies of #CFB67D
Complementary color
Monochromatic Colors of #CFB67D
Black with #CFB67D
Text Example
Text Example
White with #CFB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB67D; }
p { color: rgb(207,182,125); }
H1.HeaderClassName
{
color: #CFB67D;
}
.AnyTagClassName
{
color: #CFB67D;
}
</style>
background-color css
<style>
a { background-color: #CFB67D; }
a { background-color: rgb(207,182,125); }
div.DivClassName
{
background-color: #CFB67D;
}
.BgClassName
{
background-color: #CFB67D;
}
</style>
border-color css
<style>
span { border-color: #CFB67D; }
span { border-color: rgb(207,182,125); }
td.TdClassName
{
border-color: #CFB67D;
}
.TagClassName
{
border-color: #CFB67D;
}
</style>