Shades of Goldenrod #D4D263
Tints of Goldenrod #D4D263
RGB
CMYK
RGB Variations
Color information
#D4D263 (or 0xD4D263) is known color: Goldenrod. HEX triplet: D4, D2 and 63. RGB value is (212,210,99). Sum of RGB (Red+Green+Blue) = 212+210+99=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D263 is #2B2D9C. Grayscale: #C6C6C6. Windows color (decimal): -2829725 or 6542036. OLE color: 6542036.
HSL color Cylindrical-coordinate representation of color #D4D263: hue angle of 58.94º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4D263 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 99 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.17 |
| HSL | 58.94º | 0.57% | 0.61% | - |
| HSV(B) | 58.94º | 0.53% | 0.83% | - |
| XYZ | 52.45 | 60.99 | 20.81 | - |
| YUV | 197.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 99 | 0 | 0.01 | 0.53 | 0.17 | 58.94 | 0.57 | 0.61 |
| Hex | D4 | D2 | 63 | 0 | 1 | 35 | 11 | 3B | 39 | 3D |
| Octal | 324 | 322 | 143 | 0 | 1 | 65 | 21 | 73 | 71 | 75 |
| Binary | 11010100 | 11010010 | 1100011 | 0 | 1 | 110101 | 10001 | 111011 | 111001 | 111101 |
Color Harmonies of #D4D263
Complementary color
Monochromatic Colors of #D4D263
Black with #D4D263
Text Example
Text Example
White with #D4D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D263; }
p { color: rgb(212,210,99); }
H1.HeaderClassName
{
color: #D4D263;
}
.AnyTagClassName
{
color: #D4D263;
}
</style>
background-color css
<style>
a { background-color: #D4D263; }
a { background-color: rgb(212,210,99); }
div.DivClassName
{
background-color: #D4D263;
}
.BgClassName
{
background-color: #D4D263;
}
</style>
border-color css
<style>
span { border-color: #D4D263; }
span { border-color: rgb(212,210,99); }
td.TdClassName
{
border-color: #D4D263;
}
.TagClassName
{
border-color: #D4D263;
}
</style>