Shades of Goldenrod #D4CF65
Tints of Goldenrod #D4CF65
RGB
CMYK
RGB Variations
Color information
#D4CF65 (or 0xD4CF65) is known color: Goldenrod. HEX triplet: D4, CF and 65. RGB value is (212,207,101). Sum of RGB (Red+Green+Blue) = 212+207+101=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CF65 is #2B309A. Grayscale: #C4C4C4. Windows color (decimal): -2830491 or 6672340. OLE color: 6672340.
HSL color Cylindrical-coordinate representation of color #D4CF65: hue angle of 57.3º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4CF65 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 101 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.17 |
| HSL | 57.3º | 0.56% | 0.61% | - |
| HSV(B) | 57.3º | 0.52% | 0.83% | - |
| XYZ | 51.81 | 59.56 | 21.08 | - |
| YUV | 196.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 101 | 0 | 0.02 | 0.52 | 0.17 | 57.3 | 0.56 | 0.61 |
| Hex | D4 | CF | 65 | 0 | 2 | 34 | 11 | 39 | 38 | 3D |
| Octal | 324 | 317 | 145 | 0 | 2 | 64 | 21 | 71 | 70 | 75 |
| Binary | 11010100 | 11001111 | 1100101 | 0 | 10 | 110100 | 10001 | 111001 | 111000 | 111101 |
Color Harmonies of #D4CF65
Complementary color
Monochromatic Colors of #D4CF65
Black with #D4CF65
Text Example
Text Example
White with #D4CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF65; }
p { color: rgb(212,207,101); }
H1.HeaderClassName
{
color: #D4CF65;
}
.AnyTagClassName
{
color: #D4CF65;
}
</style>
background-color css
<style>
a { background-color: #D4CF65; }
a { background-color: rgb(212,207,101); }
div.DivClassName
{
background-color: #D4CF65;
}
.BgClassName
{
background-color: #D4CF65;
}
</style>
border-color css
<style>
span { border-color: #D4CF65; }
span { border-color: rgb(212,207,101); }
td.TdClassName
{
border-color: #D4CF65;
}
.TagClassName
{
border-color: #D4CF65;
}
</style>