Shades of Goldenrod #CECF67
Tints of Goldenrod #CECF67
RGB
CMYK
RGB Variations
Color information
#CECF67 (or 0xCECF67) is known color: Goldenrod. HEX triplet: CE, CF and 67. RGB value is (206,207,103). Sum of RGB (Red+Green+Blue) = 206+207+103=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF67 is #313098. Grayscale: #C3C3C3. Windows color (decimal): -3223705 or 6803406. OLE color: 6803406.
HSL color Cylindrical-coordinate representation of color #CECF67: hue angle of 60.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CECF67 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 103 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.19 |
| HSL | 60.58º | 0.52% | 0.61% | - |
| HSV(B) | 60.58º | 0.5% | 0.81% | - |
| XYZ | 50.21 | 58.73 | 21.52 | - |
| YUV | 194.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 103 | 0.00 | 0 | 0.50 | 0.19 | 60.58 | 0.52 | 0.61 |
| Hex | CE | CF | 67 | 0 | 0 | 32 | 13 | 3D | 34 | 3D |
| Octal | 316 | 317 | 147 | 0 | 0 | 62 | 23 | 75 | 64 | 75 |
| Binary | 11001110 | 11001111 | 1100111 | 0 | 0 | 110010 | 10011 | 111101 | 110100 | 111101 |
Color Harmonies of #CECF67
Complementary color
Monochromatic Colors of #CECF67
Black with #CECF67
Text Example
Text Example
White with #CECF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF67; }
p { color: rgb(206,207,103); }
H1.HeaderClassName
{
color: #CECF67;
}
.AnyTagClassName
{
color: #CECF67;
}
</style>
background-color css
<style>
a { background-color: #CECF67; }
a { background-color: rgb(206,207,103); }
div.DivClassName
{
background-color: #CECF67;
}
.BgClassName
{
background-color: #CECF67;
}
</style>
border-color css
<style>
span { border-color: #CECF67; }
span { border-color: rgb(206,207,103); }
td.TdClassName
{
border-color: #CECF67;
}
.TagClassName
{
border-color: #CECF67;
}
</style>