Shades of Goldenrod #D5CC68
Tints of Goldenrod #D5CC68
RGB
CMYK
RGB Variations
Color information
#D5CC68 (or 0xD5CC68) is known color: Goldenrod. HEX triplet: D5, CC and 68. RGB value is (213,204,104). Sum of RGB (Red+Green+Blue) = 213+204+104=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC68 is #2A3397. Grayscale: #C3C3C3. Windows color (decimal): -2765720 or 6868181. OLE color: 6868181.
HSL color Cylindrical-coordinate representation of color #D5CC68: hue angle of 55.05º degrees, saturation: 0.56, 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 #D5CC68 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 104 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.16 |
| HSL | 55.05º | 0.56% | 0.62% | - |
| HSV(B) | 55.05º | 0.51% | 0.84% | - |
| XYZ | 51.53 | 58.33 | 21.64 | - |
| YUV | 195.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 104 | 0 | 0.04 | 0.51 | 0.16 | 55.05 | 0.56 | 0.62 |
| Hex | D5 | CC | 68 | 0 | 4 | 33 | 10 | 37 | 38 | 3E |
| Octal | 325 | 314 | 150 | 0 | 4 | 63 | 20 | 67 | 70 | 76 |
| Binary | 11010101 | 11001100 | 1101000 | 0 | 100 | 110011 | 10000 | 110111 | 111000 | 111110 |
Color Harmonies of #D5CC68
Complementary color
Monochromatic Colors of #D5CC68
Black with #D5CC68
Text Example
Text Example
White with #D5CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC68; }
p { color: rgb(213,204,104); }
H1.HeaderClassName
{
color: #D5CC68;
}
.AnyTagClassName
{
color: #D5CC68;
}
</style>
background-color css
<style>
a { background-color: #D5CC68; }
a { background-color: rgb(213,204,104); }
div.DivClassName
{
background-color: #D5CC68;
}
.BgClassName
{
background-color: #D5CC68;
}
</style>
border-color css
<style>
span { border-color: #D5CC68; }
span { border-color: rgb(213,204,104); }
td.TdClassName
{
border-color: #D5CC68;
}
.TagClassName
{
border-color: #D5CC68;
}
</style>