Shades of Goldenrod #D3DF64
Tints of Goldenrod #D3DF64
RGB
CMYK
RGB Variations
Color information
#D3DF64 (or 0xD3DF64) is known color: Goldenrod. HEX triplet: D3, DF and 64. RGB value is (211,223,100). Sum of RGB (Red+Green+Blue) = 211+223+100=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF64 is #2C209B. Grayscale: #CDCDCD. Windows color (decimal): -2891932 or 6610899. OLE color: 6610899.
HSL color Cylindrical-coordinate representation of color #D3DF64: hue angle of 65.85º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3DF64 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 100 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.13 |
| HSL | 65.85º | 0.66% | 0.63% | - |
| HSV(B) | 65.85º | 0.55% | 0.87% | - |
| XYZ | 55.55 | 67.54 | 22.17 | - |
| YUV | 205.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 100 | 0.05 | 0 | 0.55 | 0.13 | 65.85 | 0.66 | 0.63 |
| Hex | D3 | DF | 64 | 5 | 0 | 37 | D | 42 | 42 | 3F |
| Octal | 323 | 337 | 144 | 5 | 0 | 67 | 15 | 102 | 102 | 77 |
| Binary | 11010011 | 11011111 | 1100100 | 101 | 0 | 110111 | 1101 | 1000010 | 1000010 | 111111 |
Color Harmonies of #D3DF64
Complementary color
Monochromatic Colors of #D3DF64
Black with #D3DF64
Text Example
Text Example
White with #D3DF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF64; }
p { color: rgb(211,223,100); }
H1.HeaderClassName
{
color: #D3DF64;
}
.AnyTagClassName
{
color: #D3DF64;
}
</style>
background-color css
<style>
a { background-color: #D3DF64; }
a { background-color: rgb(211,223,100); }
div.DivClassName
{
background-color: #D3DF64;
}
.BgClassName
{
background-color: #D3DF64;
}
</style>
border-color css
<style>
span { border-color: #D3DF64; }
span { border-color: rgb(211,223,100); }
td.TdClassName
{
border-color: #D3DF64;
}
.TagClassName
{
border-color: #D3DF64;
}
</style>