Shades of Goldenrod #D5CF69
Tints of Goldenrod #D5CF69
RGB
CMYK
RGB Variations
Color information
#D5CF69 (or 0xD5CF69) is known color: Goldenrod. HEX triplet: D5, CF and 69. RGB value is (213,207,105). Sum of RGB (Red+Green+Blue) = 213+207+105=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF69 is #2A3096. Grayscale: #C5C5C5. Windows color (decimal): -2764951 or 6934485. OLE color: 6934485.
HSL color Cylindrical-coordinate representation of color #D5CF69: hue angle of 56.67º 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 #D5CF69 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 105 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.16 |
| HSL | 56.67º | 0.56% | 0.62% | - |
| HSV(B) | 56.67º | 0.51% | 0.84% | - |
| XYZ | 52.3 | 59.79 | 22.15 | - |
| YUV | 197.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 105 | 0 | 0.03 | 0.51 | 0.16 | 56.67 | 0.56 | 0.62 |
| Hex | D5 | CF | 69 | 0 | 3 | 33 | 10 | 39 | 38 | 3E |
| Octal | 325 | 317 | 151 | 0 | 3 | 63 | 20 | 71 | 70 | 76 |
| Binary | 11010101 | 11001111 | 1101001 | 0 | 11 | 110011 | 10000 | 111001 | 111000 | 111110 |
Color Harmonies of #D5CF69
Complementary color
Monochromatic Colors of #D5CF69
Black with #D5CF69
Text Example
Text Example
White with #D5CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF69; }
p { color: rgb(213,207,105); }
H1.HeaderClassName
{
color: #D5CF69;
}
.AnyTagClassName
{
color: #D5CF69;
}
</style>
background-color css
<style>
a { background-color: #D5CF69; }
a { background-color: rgb(213,207,105); }
div.DivClassName
{
background-color: #D5CF69;
}
.BgClassName
{
background-color: #D5CF69;
}
</style>
border-color css
<style>
span { border-color: #D5CF69; }
span { border-color: rgb(213,207,105); }
td.TdClassName
{
border-color: #D5CF69;
}
.TagClassName
{
border-color: #D5CF69;
}
</style>