Shades of Goldenrod #D5D269
Tints of Goldenrod #D5D269
RGB
CMYK
RGB Variations
Color information
#D5D269 (or 0xD5D269) is known color: Goldenrod. HEX triplet: D5, D2 and 69. RGB value is (213,210,105). Sum of RGB (Red+Green+Blue) = 213+210+105=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D269 is #2A2D96. Grayscale: #C7C7C7. Windows color (decimal): -2764183 or 6935253. OLE color: 6935253.
HSL color Cylindrical-coordinate representation of color #D5D269: hue angle of 58.33º 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 #D5D269 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 105 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.16 |
| HSL | 58.33º | 0.56% | 0.62% | - |
| HSV(B) | 58.33º | 0.51% | 0.84% | - |
| XYZ | 53.04 | 61.26 | 22.39 | - |
| YUV | 198.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 105 | 0 | 0.01 | 0.51 | 0.16 | 58.33 | 0.56 | 0.62 |
| Hex | D5 | D2 | 69 | 0 | 1 | 33 | 10 | 3A | 38 | 3E |
| Octal | 325 | 322 | 151 | 0 | 1 | 63 | 20 | 72 | 70 | 76 |
| Binary | 11010101 | 11010010 | 1101001 | 0 | 1 | 110011 | 10000 | 111010 | 111000 | 111110 |
Color Harmonies of #D5D269
Complementary color
Monochromatic Colors of #D5D269
Black with #D5D269
Text Example
Text Example
White with #D5D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D269; }
p { color: rgb(213,210,105); }
H1.HeaderClassName
{
color: #D5D269;
}
.AnyTagClassName
{
color: #D5D269;
}
</style>
background-color css
<style>
a { background-color: #D5D269; }
a { background-color: rgb(213,210,105); }
div.DivClassName
{
background-color: #D5D269;
}
.BgClassName
{
background-color: #D5D269;
}
</style>
border-color css
<style>
span { border-color: #D5D269; }
span { border-color: rgb(213,210,105); }
td.TdClassName
{
border-color: #D5D269;
}
.TagClassName
{
border-color: #D5D269;
}
</style>