Shades of Goldenrod #D5CC69
Tints of Goldenrod #D5CC69
RGB
CMYK
RGB Variations
Color information
#D5CC69 (or 0xD5CC69) is known color: Goldenrod. HEX triplet: D5, CC and 69. RGB value is (213,204,105). Sum of RGB (Red+Green+Blue) = 213+204+105=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC69 is #2A3396. Grayscale: #C3C3C3. Windows color (decimal): -2765719 or 6933717. OLE color: 6933717.
HSL color Cylindrical-coordinate representation of color #D5CC69: hue angle of 55º 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 #D5CC69 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 105 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.16 |
| HSL | 55º | 0.56% | 0.62% | - |
| HSV(B) | 55º | 0.51% | 0.84% | - |
| XYZ | 51.58 | 58.35 | 21.91 | - |
| YUV | 195.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 105 | 0 | 0.04 | 0.51 | 0.16 | 55 | 0.56 | 0.62 |
| Hex | D5 | CC | 69 | 0 | 4 | 33 | 10 | 37 | 38 | 3E |
| Octal | 325 | 314 | 151 | 0 | 4 | 63 | 20 | 67 | 70 | 76 |
| Binary | 11010101 | 11001100 | 1101001 | 0 | 100 | 110011 | 10000 | 110111 | 111000 | 111110 |
Color Harmonies of #D5CC69
Complementary color
Monochromatic Colors of #D5CC69
Black with #D5CC69
Text Example
Text Example
White with #D5CC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC69; }
p { color: rgb(213,204,105); }
H1.HeaderClassName
{
color: #D5CC69;
}
.AnyTagClassName
{
color: #D5CC69;
}
</style>
background-color css
<style>
a { background-color: #D5CC69; }
a { background-color: rgb(213,204,105); }
div.DivClassName
{
background-color: #D5CC69;
}
.BgClassName
{
background-color: #D5CC69;
}
</style>
border-color css
<style>
span { border-color: #D5CC69; }
span { border-color: rgb(213,204,105); }
td.TdClassName
{
border-color: #D5CC69;
}
.TagClassName
{
border-color: #D5CC69;
}
</style>