Shades of Goldenrod #D4DF67
Tints of Goldenrod #D4DF67
RGB
CMYK
RGB Variations
Color information
#D4DF67 (or 0xD4DF67) is known color: Goldenrod. HEX triplet: D4, DF and 67. RGB value is (212,223,103). Sum of RGB (Red+Green+Blue) = 212+223+103=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DF67 is #2B2098. Grayscale: #CECECE. Windows color (decimal): -2826393 or 6807508. OLE color: 6807508.
HSL color Cylindrical-coordinate representation of color #D4DF67: hue angle of 65.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4DF67 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 103 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.13 |
| HSL | 65.5º | 0.65% | 0.64% | - |
| HSV(B) | 65.5º | 0.54% | 0.87% | - |
| XYZ | 55.99 | 67.75 | 22.96 | - |
| YUV | 206.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 103 | 0.05 | 0 | 0.54 | 0.13 | 65.5 | 0.65 | 0.64 |
| Hex | D4 | DF | 67 | 5 | 0 | 36 | D | 42 | 41 | 40 |
| Octal | 324 | 337 | 147 | 5 | 0 | 66 | 15 | 102 | 101 | 100 |
| Binary | 11010100 | 11011111 | 1100111 | 101 | 0 | 110110 | 1101 | 1000010 | 1000001 | 1000000 |
Color Harmonies of #D4DF67
Complementary color
Monochromatic Colors of #D4DF67
Black with #D4DF67
Text Example
Text Example
White with #D4DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF67; }
p { color: rgb(212,223,103); }
H1.HeaderClassName
{
color: #D4DF67;
}
.AnyTagClassName
{
color: #D4DF67;
}
</style>
background-color css
<style>
a { background-color: #D4DF67; }
a { background-color: rgb(212,223,103); }
div.DivClassName
{
background-color: #D4DF67;
}
.BgClassName
{
background-color: #D4DF67;
}
</style>
border-color css
<style>
span { border-color: #D4DF67; }
span { border-color: rgb(212,223,103); }
td.TdClassName
{
border-color: #D4DF67;
}
.TagClassName
{
border-color: #D4DF67;
}
</style>