Shades of Yuma #CDB67D
Tints of Yuma #CDB67D
RGB
CMYK
RGB Variations
Color information
#CDB67D (or 0xCDB67D) is known color: Yuma. HEX triplet: CD, B6 and 7D. RGB value is (205,182,125). Sum of RGB (Red+Green+Blue) = 205+182+125=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB67D is #324982. Grayscale: #B6B6B6. Windows color (decimal): -3295619 or 8238797. OLE color: 8238797.
HSL color Cylindrical-coordinate representation of color #CDB67D: hue angle of 42.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDB67D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 125 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.20 |
| HSL | 42.75º | 0.44% | 0.65% | - |
| HSV(B) | 42.75º | 0.39% | 0.8% | - |
| XYZ | 45.61 | 47.92 | 26.25 | - |
| YUV | 182.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 125 | 0 | 0.11 | 0.39 | 0.20 | 42.75 | 0.44 | 0.65 |
| Hex | CD | B6 | 7D | 0 | B | 27 | 14 | 2B | 2C | 41 |
| Octal | 315 | 266 | 175 | 0 | 13 | 47 | 24 | 53 | 54 | 101 |
| Binary | 11001101 | 10110110 | 1111101 | 0 | 1011 | 100111 | 10100 | 101011 | 101100 | 1000001 |
Color Harmonies of #CDB67D
Complementary color
Monochromatic Colors of #CDB67D
Black with #CDB67D
Text Example
Text Example
White with #CDB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB67D; }
p { color: rgb(205,182,125); }
H1.HeaderClassName
{
color: #CDB67D;
}
.AnyTagClassName
{
color: #CDB67D;
}
</style>
background-color css
<style>
a { background-color: #CDB67D; }
a { background-color: rgb(205,182,125); }
div.DivClassName
{
background-color: #CDB67D;
}
.BgClassName
{
background-color: #CDB67D;
}
</style>
border-color css
<style>
span { border-color: #CDB67D; }
span { border-color: rgb(205,182,125); }
td.TdClassName
{
border-color: #CDB67D;
}
.TagClassName
{
border-color: #CDB67D;
}
</style>