Shades of Goldenrod #D3CF69
Tints of Goldenrod #D3CF69
RGB
CMYK
RGB Variations
Color information
#D3CF69 (or 0xD3CF69) is known color: Goldenrod. HEX triplet: D3, CF and 69. RGB value is (211,207,105). Sum of RGB (Red+Green+Blue) = 211+207+105=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF69 is #2C3096. Grayscale: #C4C4C4. Windows color (decimal): -2896023 or 6934483. OLE color: 6934483.
HSL color Cylindrical-coordinate representation of color #D3CF69: hue angle of 57.74º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3CF69 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 105 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.17 |
| HSL | 57.74º | 0.55% | 0.62% | - |
| HSV(B) | 57.74º | 0.5% | 0.83% | - |
| XYZ | 51.73 | 59.49 | 22.12 | - |
| YUV | 196.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 105 | 0 | 0.02 | 0.50 | 0.17 | 57.74 | 0.55 | 0.62 |
| Hex | D3 | CF | 69 | 0 | 2 | 32 | 11 | 3A | 37 | 3E |
| Octal | 323 | 317 | 151 | 0 | 2 | 62 | 21 | 72 | 67 | 76 |
| Binary | 11010011 | 11001111 | 1101001 | 0 | 10 | 110010 | 10001 | 111010 | 110111 | 111110 |
Color Harmonies of #D3CF69
Complementary color
Monochromatic Colors of #D3CF69
Black with #D3CF69
Text Example
Text Example
White with #D3CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF69; }
p { color: rgb(211,207,105); }
H1.HeaderClassName
{
color: #D3CF69;
}
.AnyTagClassName
{
color: #D3CF69;
}
</style>
background-color css
<style>
a { background-color: #D3CF69; }
a { background-color: rgb(211,207,105); }
div.DivClassName
{
background-color: #D3CF69;
}
.BgClassName
{
background-color: #D3CF69;
}
</style>
border-color css
<style>
span { border-color: #D3CF69; }
span { border-color: rgb(211,207,105); }
td.TdClassName
{
border-color: #D3CF69;
}
.TagClassName
{
border-color: #D3CF69;
}
</style>