Shades of Goldenrod #CFD467
Tints of Goldenrod #CFD467
RGB
CMYK
RGB Variations
Color information
#CFD467 (or 0xCFD467) is known color: Goldenrod. HEX triplet: CF, D4 and 67. RGB value is (207,212,103). Sum of RGB (Red+Green+Blue) = 207+212+103=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD467 is #302B98. Grayscale: #C6C6C6. Windows color (decimal): -3156889 or 6804687. OLE color: 6804687.
HSL color Cylindrical-coordinate representation of color #CFD467: hue angle of 62.75º degrees, saturation: 0.56, 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 #CFD467 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 103 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.17 |
| HSL | 62.75º | 0.56% | 0.62% | - |
| HSV(B) | 62.75º | 0.51% | 0.83% | - |
| XYZ | 51.72 | 61.33 | 21.94 | - |
| YUV | 198.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 103 | 0.02 | 0 | 0.51 | 0.17 | 62.75 | 0.56 | 0.62 |
| Hex | CF | D4 | 67 | 2 | 0 | 33 | 11 | 3F | 38 | 3E |
| Octal | 317 | 324 | 147 | 2 | 0 | 63 | 21 | 77 | 70 | 76 |
| Binary | 11001111 | 11010100 | 1100111 | 10 | 0 | 110011 | 10001 | 111111 | 111000 | 111110 |
Color Harmonies of #CFD467
Complementary color
Monochromatic Colors of #CFD467
Black with #CFD467
Text Example
Text Example
White with #CFD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD467; }
p { color: rgb(207,212,103); }
H1.HeaderClassName
{
color: #CFD467;
}
.AnyTagClassName
{
color: #CFD467;
}
</style>
background-color css
<style>
a { background-color: #CFD467; }
a { background-color: rgb(207,212,103); }
div.DivClassName
{
background-color: #CFD467;
}
.BgClassName
{
background-color: #CFD467;
}
</style>
border-color css
<style>
span { border-color: #CFD467; }
span { border-color: rgb(207,212,103); }
td.TdClassName
{
border-color: #CFD467;
}
.TagClassName
{
border-color: #CFD467;
}
</style>