Shades of Goldenrod #D6CD68
Tints of Goldenrod #D6CD68
RGB
CMYK
RGB Variations
Color information
#D6CD68 (or 0xD6CD68) is known color: Goldenrod. HEX triplet: D6, CD and 68. RGB value is (214,205,104). Sum of RGB (Red+Green+Blue) = 214+205+104=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CD68 is #293297. Grayscale: #C4C4C4. Windows color (decimal): -2699928 or 6868438. OLE color: 6868438.
HSL color Cylindrical-coordinate representation of color #D6CD68: hue angle of 55.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6CD68 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 104 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.16 |
| HSL | 55.09º | 0.57% | 0.62% | - |
| HSV(B) | 55.09º | 0.51% | 0.84% | - |
| XYZ | 52.06 | 58.96 | 21.73 | - |
| YUV | 196.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 104 | 0 | 0.04 | 0.51 | 0.16 | 55.09 | 0.57 | 0.62 |
| Hex | D6 | CD | 68 | 0 | 4 | 33 | 10 | 37 | 39 | 3E |
| Octal | 326 | 315 | 150 | 0 | 4 | 63 | 20 | 67 | 71 | 76 |
| Binary | 11010110 | 11001101 | 1101000 | 0 | 100 | 110011 | 10000 | 110111 | 111001 | 111110 |
Color Harmonies of #D6CD68
Complementary color
Monochromatic Colors of #D6CD68
Black with #D6CD68
Text Example
Text Example
White with #D6CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CD68; }
p { color: rgb(214,205,104); }
H1.HeaderClassName
{
color: #D6CD68;
}
.AnyTagClassName
{
color: #D6CD68;
}
</style>
background-color css
<style>
a { background-color: #D6CD68; }
a { background-color: rgb(214,205,104); }
div.DivClassName
{
background-color: #D6CD68;
}
.BgClassName
{
background-color: #D6CD68;
}
</style>
border-color css
<style>
span { border-color: #D6CD68; }
span { border-color: rgb(214,205,104); }
td.TdClassName
{
border-color: #D6CD68;
}
.TagClassName
{
border-color: #D6CD68;
}
</style>