Shades of Goldenrod #D2CD67
Tints of Goldenrod #D2CD67
RGB
CMYK
RGB Variations
Color information
#D2CD67 (or 0xD2CD67) is known color: Goldenrod. HEX triplet: D2, CD and 67. RGB value is (210,205,103). Sum of RGB (Red+Green+Blue) = 210+205+103=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD67 is #2D3298. Grayscale: #C3C3C3. Windows color (decimal): -2962073 or 6802898. OLE color: 6802898.
HSL color Cylindrical-coordinate representation of color #D2CD67: hue angle of 57.2º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2CD67 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 103 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.18 |
| HSL | 57.2º | 0.54% | 0.61% | - |
| HSV(B) | 57.2º | 0.51% | 0.82% | - |
| XYZ | 50.86 | 58.34 | 21.41 | - |
| YUV | 194.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 103 | 0 | 0.02 | 0.51 | 0.18 | 57.2 | 0.54 | 0.61 |
| Hex | D2 | CD | 67 | 0 | 2 | 33 | 12 | 39 | 36 | 3D |
| Octal | 322 | 315 | 147 | 0 | 2 | 63 | 22 | 71 | 66 | 75 |
| Binary | 11010010 | 11001101 | 1100111 | 0 | 10 | 110011 | 10010 | 111001 | 110110 | 111101 |
Color Harmonies of #D2CD67
Complementary color
Monochromatic Colors of #D2CD67
Black with #D2CD67
Text Example
Text Example
White with #D2CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD67; }
p { color: rgb(210,205,103); }
H1.HeaderClassName
{
color: #D2CD67;
}
.AnyTagClassName
{
color: #D2CD67;
}
</style>
background-color css
<style>
a { background-color: #D2CD67; }
a { background-color: rgb(210,205,103); }
div.DivClassName
{
background-color: #D2CD67;
}
.BgClassName
{
background-color: #D2CD67;
}
</style>
border-color css
<style>
span { border-color: #D2CD67; }
span { border-color: rgb(210,205,103); }
td.TdClassName
{
border-color: #D2CD67;
}
.TagClassName
{
border-color: #D2CD67;
}
</style>