Shades of Yuma #CDB67F
Tints of Yuma #CDB67F
RGB
CMYK
RGB Variations
Color information
#CDB67F (or 0xCDB67F) is known color: Yuma. HEX triplet: CD, B6 and 7F. RGB value is (205,182,127). Sum of RGB (Red+Green+Blue) = 205+182+127=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB67F is #324980. Grayscale: #B6B6B6. Windows color (decimal): -3295617 or 8369869. OLE color: 8369869.
HSL color Cylindrical-coordinate representation of color #CDB67F: hue angle of 42.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB67F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 127 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.20 |
| HSL | 42.31º | 0.44% | 0.65% | - |
| HSV(B) | 42.31º | 0.38% | 0.8% | - |
| XYZ | 45.74 | 47.97 | 26.93 | - |
| YUV | 182.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 127 | 0 | 0.11 | 0.38 | 0.20 | 42.31 | 0.44 | 0.65 |
| Hex | CD | B6 | 7F | 0 | B | 26 | 14 | 2A | 2C | 41 |
| Octal | 315 | 266 | 177 | 0 | 13 | 46 | 24 | 52 | 54 | 101 |
| Binary | 11001101 | 10110110 | 1111111 | 0 | 1011 | 100110 | 10100 | 101010 | 101100 | 1000001 |
Color Harmonies of #CDB67F
Complementary color
Monochromatic Colors of #CDB67F
Black with #CDB67F
Text Example
Text Example
White with #CDB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB67F; }
p { color: rgb(205,182,127); }
H1.HeaderClassName
{
color: #CDB67F;
}
.AnyTagClassName
{
color: #CDB67F;
}
</style>
background-color css
<style>
a { background-color: #CDB67F; }
a { background-color: rgb(205,182,127); }
div.DivClassName
{
background-color: #CDB67F;
}
.BgClassName
{
background-color: #CDB67F;
}
</style>
border-color css
<style>
span { border-color: #CDB67F; }
span { border-color: rgb(205,182,127); }
td.TdClassName
{
border-color: #CDB67F;
}
.TagClassName
{
border-color: #CDB67F;
}
</style>