Shades of Goldenrod #DACF64
Tints of Goldenrod #DACF64
RGB
CMYK
RGB Variations
Color information
#DACF64 (or 0xDACF64) is known color: Goldenrod. HEX triplet: DA, CF and 64. RGB value is (218,207,100). Sum of RGB (Red+Green+Blue) = 218+207+100=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF64 is #25309B. Grayscale: #C6C6C6. Windows color (decimal): -2437276 or 6606810. OLE color: 6606810.
HSL color Cylindrical-coordinate representation of color #DACF64: hue angle of 54.41º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DACF64 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.15 |
| HSL | 54.41º | 0.61% | 0.62% | - |
| HSV(B) | 54.41º | 0.54% | 0.85% | - |
| XYZ | 53.53 | 60.45 | 20.9 | - |
| YUV | 198.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 100 | 0 | 0.05 | 0.54 | 0.15 | 54.41 | 0.61 | 0.62 |
| Hex | DA | CF | 64 | 0 | 5 | 36 | F | 36 | 3D | 3E |
| Octal | 332 | 317 | 144 | 0 | 5 | 66 | 17 | 66 | 75 | 76 |
| Binary | 11011010 | 11001111 | 1100100 | 0 | 101 | 110110 | 1111 | 110110 | 111101 | 111110 |
Color Harmonies of #DACF64
Complementary color
Monochromatic Colors of #DACF64
Black with #DACF64
Text Example
Text Example
White with #DACF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF64; }
p { color: rgb(218,207,100); }
H1.HeaderClassName
{
color: #DACF64;
}
.AnyTagClassName
{
color: #DACF64;
}
</style>
background-color css
<style>
a { background-color: #DACF64; }
a { background-color: rgb(218,207,100); }
div.DivClassName
{
background-color: #DACF64;
}
.BgClassName
{
background-color: #DACF64;
}
</style>
border-color css
<style>
span { border-color: #DACF64; }
span { border-color: rgb(218,207,100); }
td.TdClassName
{
border-color: #DACF64;
}
.TagClassName
{
border-color: #DACF64;
}
</style>