Shades of Goldenrod #D5CE69
Tints of Goldenrod #D5CE69
RGB
CMYK
RGB Variations
Color information
#D5CE69 (or 0xD5CE69) is known color: Goldenrod. HEX triplet: D5, CE and 69. RGB value is (213,206,105). Sum of RGB (Red+Green+Blue) = 213+206+105=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE69 is #2A3196. Grayscale: #C4C4C4. Windows color (decimal): -2765207 or 6934229. OLE color: 6934229.
HSL color Cylindrical-coordinate representation of color #D5CE69: hue angle of 56.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5CE69 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 105 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.16 |
| HSL | 56.11º | 0.56% | 0.62% | - |
| HSV(B) | 56.11º | 0.51% | 0.84% | - |
| XYZ | 52.06 | 59.31 | 22.07 | - |
| YUV | 196.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 105 | 0 | 0.03 | 0.51 | 0.16 | 56.11 | 0.56 | 0.62 |
| Hex | D5 | CE | 69 | 0 | 3 | 33 | 10 | 38 | 38 | 3E |
| Octal | 325 | 316 | 151 | 0 | 3 | 63 | 20 | 70 | 70 | 76 |
| Binary | 11010101 | 11001110 | 1101001 | 0 | 11 | 110011 | 10000 | 111000 | 111000 | 111110 |
Color Harmonies of #D5CE69
Complementary color
Monochromatic Colors of #D5CE69
Black with #D5CE69
Text Example
Text Example
White with #D5CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE69; }
p { color: rgb(213,206,105); }
H1.HeaderClassName
{
color: #D5CE69;
}
.AnyTagClassName
{
color: #D5CE69;
}
</style>
background-color css
<style>
a { background-color: #D5CE69; }
a { background-color: rgb(213,206,105); }
div.DivClassName
{
background-color: #D5CE69;
}
.BgClassName
{
background-color: #D5CE69;
}
</style>
border-color css
<style>
span { border-color: #D5CE69; }
span { border-color: rgb(213,206,105); }
td.TdClassName
{
border-color: #D5CE69;
}
.TagClassName
{
border-color: #D5CE69;
}
</style>