Shades of Golden Sand #D9CB62
Tints of Golden Sand #D9CB62
RGB
CMYK
RGB Variations
Color information
#D9CB62 (or 0xD9CB62) is known color: Golden Sand. HEX triplet: D9, CB and 62. RGB value is (217,203,98). Sum of RGB (Red+Green+Blue) = 217+203+98=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB62 is #26349D. Grayscale: #C3C3C3. Windows color (decimal): -2503838 or 6474713. OLE color: 6474713.
HSL color Cylindrical-coordinate representation of color #D9CB62: hue angle of 52.94º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9CB62 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 98 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.15 |
| HSL | 52.94º | 0.61% | 0.62% | - |
| HSV(B) | 52.94º | 0.55% | 0.85% | - |
| XYZ | 52.18 | 58.35 | 20.07 | - |
| YUV | 195.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 98 | 0 | 0.06 | 0.55 | 0.15 | 52.94 | 0.61 | 0.62 |
| Hex | D9 | CB | 62 | 0 | 6 | 37 | F | 35 | 3D | 3E |
| Octal | 331 | 313 | 142 | 0 | 6 | 67 | 17 | 65 | 75 | 76 |
| Binary | 11011001 | 11001011 | 1100010 | 0 | 110 | 110111 | 1111 | 110101 | 111101 | 111110 |
Color Harmonies of #D9CB62
Complementary color
Monochromatic Colors of #D9CB62
Black with #D9CB62
Text Example
Text Example
White with #D9CB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CB62; }
p { color: rgb(217,203,98); }
H1.HeaderClassName
{
color: #D9CB62;
}
.AnyTagClassName
{
color: #D9CB62;
}
</style>
background-color css
<style>
a { background-color: #D9CB62; }
a { background-color: rgb(217,203,98); }
div.DivClassName
{
background-color: #D9CB62;
}
.BgClassName
{
background-color: #D9CB62;
}
</style>
border-color css
<style>
span { border-color: #D9CB62; }
span { border-color: rgb(217,203,98); }
td.TdClassName
{
border-color: #D9CB62;
}
.TagClassName
{
border-color: #D9CB62;
}
</style>