Shades of Goldenrod #D2CF6B
Tints of Goldenrod #D2CF6B
RGB
CMYK
RGB Variations
Color information
#D2CF6B (or 0xD2CF6B) is known color: Goldenrod. HEX triplet: D2, CF and 6B. RGB value is (210,207,107). Sum of RGB (Red+Green+Blue) = 210+207+107=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CF6B is #2D3094. Grayscale: #C4C4C4. Windows color (decimal): -2961557 or 7065554. OLE color: 7065554.
HSL color Cylindrical-coordinate representation of color #D2CF6B: hue angle of 58.25º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2CF6B is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 107 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.18 |
| HSL | 58.25º | 0.53% | 0.62% | - |
| HSV(B) | 58.25º | 0.49% | 0.82% | - |
| XYZ | 51.55 | 59.39 | 22.66 | - |
| YUV | 196.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 107 | 0 | 0.01 | 0.49 | 0.18 | 58.25 | 0.53 | 0.62 |
| Hex | D2 | CF | 6B | 0 | 1 | 31 | 12 | 3A | 35 | 3E |
| Octal | 322 | 317 | 153 | 0 | 1 | 61 | 22 | 72 | 65 | 76 |
| Binary | 11010010 | 11001111 | 1101011 | 0 | 1 | 110001 | 10010 | 111010 | 110101 | 111110 |
Color Harmonies of #D2CF6B
Complementary color
Monochromatic Colors of #D2CF6B
Black with #D2CF6B
Text Example
Text Example
White with #D2CF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF6B; }
p { color: rgb(210,207,107); }
H1.HeaderClassName
{
color: #D2CF6B;
}
.AnyTagClassName
{
color: #D2CF6B;
}
</style>
background-color css
<style>
a { background-color: #D2CF6B; }
a { background-color: rgb(210,207,107); }
div.DivClassName
{
background-color: #D2CF6B;
}
.BgClassName
{
background-color: #D2CF6B;
}
</style>
border-color css
<style>
span { border-color: #D2CF6B; }
span { border-color: rgb(210,207,107); }
td.TdClassName
{
border-color: #D2CF6B;
}
.TagClassName
{
border-color: #D2CF6B;
}
</style>