Shades of Goldenrod #CEDA67
Tints of Goldenrod #CEDA67
RGB
CMYK
RGB Variations
Color information
#CEDA67 (or 0xCEDA67) is known color: Goldenrod. HEX triplet: CE, DA and 67. RGB value is (206,218,103). Sum of RGB (Red+Green+Blue) = 206+218+103=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA67 is #312598. Grayscale: #C9C9C9. Windows color (decimal): -3220889 or 6806222. OLE color: 6806222.
HSL color Cylindrical-coordinate representation of color #CEDA67: hue angle of 66.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEDA67 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 103 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.15 |
| HSL | 66.26º | 0.61% | 0.63% | - |
| HSV(B) | 66.26º | 0.53% | 0.85% | - |
| XYZ | 52.97 | 64.24 | 22.44 | - |
| YUV | 201.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 103 | 0.06 | 0 | 0.53 | 0.15 | 66.26 | 0.61 | 0.63 |
| Hex | CE | DA | 67 | 6 | 0 | 35 | F | 42 | 3D | 3F |
| Octal | 316 | 332 | 147 | 6 | 0 | 65 | 17 | 102 | 75 | 77 |
| Binary | 11001110 | 11011010 | 1100111 | 110 | 0 | 110101 | 1111 | 1000010 | 111101 | 111111 |
Color Harmonies of #CEDA67
Complementary color
Monochromatic Colors of #CEDA67
Black with #CEDA67
Text Example
Text Example
White with #CEDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA67; }
p { color: rgb(206,218,103); }
H1.HeaderClassName
{
color: #CEDA67;
}
.AnyTagClassName
{
color: #CEDA67;
}
</style>
background-color css
<style>
a { background-color: #CEDA67; }
a { background-color: rgb(206,218,103); }
div.DivClassName
{
background-color: #CEDA67;
}
.BgClassName
{
background-color: #CEDA67;
}
</style>
border-color css
<style>
span { border-color: #CEDA67; }
span { border-color: rgb(206,218,103); }
td.TdClassName
{
border-color: #CEDA67;
}
.TagClassName
{
border-color: #CEDA67;
}
</style>