Shades of Goldenrod #CFD368
Tints of Goldenrod #CFD368
RGB
CMYK
RGB Variations
Color information
#CFD368 (or 0xCFD368) is known color: Goldenrod. HEX triplet: CF, D3 and 68. RGB value is (207,211,104). Sum of RGB (Red+Green+Blue) = 207+211+104=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD368 is #302C97. Grayscale: #C6C6C6. Windows color (decimal): -3157144 or 6869967. OLE color: 6869967.
HSL color Cylindrical-coordinate representation of color #CFD368: hue angle of 62.24º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFD368 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 104 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.17 |
| HSL | 62.24º | 0.55% | 0.62% | - |
| HSV(B) | 62.24º | 0.51% | 0.83% | - |
| XYZ | 51.53 | 60.85 | 22.13 | - |
| YUV | 197.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 104 | 0.02 | 0 | 0.51 | 0.17 | 62.24 | 0.55 | 0.62 |
| Hex | CF | D3 | 68 | 2 | 0 | 33 | 11 | 3E | 37 | 3E |
| Octal | 317 | 323 | 150 | 2 | 0 | 63 | 21 | 76 | 67 | 76 |
| Binary | 11001111 | 11010011 | 1101000 | 10 | 0 | 110011 | 10001 | 111110 | 110111 | 111110 |
Color Harmonies of #CFD368
Complementary color
Monochromatic Colors of #CFD368
Black with #CFD368
Text Example
Text Example
White with #CFD368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD368; }
p { color: rgb(207,211,104); }
H1.HeaderClassName
{
color: #CFD368;
}
.AnyTagClassName
{
color: #CFD368;
}
</style>
background-color css
<style>
a { background-color: #CFD368; }
a { background-color: rgb(207,211,104); }
div.DivClassName
{
background-color: #CFD368;
}
.BgClassName
{
background-color: #CFD368;
}
</style>
border-color css
<style>
span { border-color: #CFD368; }
span { border-color: rgb(207,211,104); }
td.TdClassName
{
border-color: #CFD368;
}
.TagClassName
{
border-color: #CFD368;
}
</style>