Shades of Goldenrod #C8DA6F
Tints of Goldenrod #C8DA6F
RGB
CMYK
RGB Variations
Color information
#C8DA6F (or 0xC8DA6F) is known color: Goldenrod. HEX triplet: C8, DA and 6F. RGB value is (200,218,111). Sum of RGB (Red+Green+Blue) = 200+218+111=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA6F is #372590. Grayscale: #C8C8C8. Windows color (decimal): -3614097 or 7330504. OLE color: 7330504.
HSL color Cylindrical-coordinate representation of color #C8DA6F: hue angle of 70.09º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8DA6F is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 111 | - |
CMYK | 0.08 | 0 | 0.49 | 0.15 |
HSL | 70.09º | 0.59% | 0.65% | - |
HSV(B) | 70.09º | 0.49% | 0.85% | - |
XYZ | 51.76 | 63.57 | 24.58 | - |
YUV | 200.42 | 77.54 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 111 | 0.08 | 0 | 0.49 | 0.15 | 70.09 | 0.59 | 0.65 |
Hex | C8 | DA | 6F | 8 | 0 | 31 | F | 46 | 3B | 41 |
Octal | 310 | 332 | 157 | 10 | 0 | 61 | 17 | 106 | 73 | 101 |
Binary | 11001000 | 11011010 | 1101111 | 1000 | 0 | 110001 | 1111 | 1000110 | 111011 | 1000001 |
Color Harmonies of #C8DA6F
Complementary color
Monochromatic Colors of #C8DA6F
Black with #C8DA6F
Text Example
Text Example
White with #C8DA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA6F; }
p { color: rgb(200,218,111); }
H1.HeaderClassName
{
color: #C8DA6F;
}
.AnyTagClassName
{
color: #C8DA6F;
}
</style>
background-color css
<style>
a { background-color: #C8DA6F; }
a { background-color: rgb(200,218,111); }
div.DivClassName
{
background-color: #C8DA6F;
}
.BgClassName
{
background-color: #C8DA6F;
}
</style>
border-color css
<style>
span { border-color: #C8DA6F; }
span { border-color: rgb(200,218,111); }
td.TdClassName
{
border-color: #C8DA6F;
}
.TagClassName
{
border-color: #C8DA6F;
}
</style>