Shades of Goldenrod #D2CC63
Tints of Goldenrod #D2CC63
RGB
CMYK
RGB Variations
Color information
#D2CC63 (or 0xD2CC63) is known color: Goldenrod. HEX triplet: D2, CC and 63. RGB value is (210,204,99). Sum of RGB (Red+Green+Blue) = 210+204+99=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC63 is #2D339C. Grayscale: #C2C2C2. Windows color (decimal): -2962333 or 6540498. OLE color: 6540498.
HSL color Cylindrical-coordinate representation of color #D2CC63: hue angle of 56.76º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2CC63 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 99 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.18 |
| HSL | 56.76º | 0.55% | 0.61% | - |
| HSV(B) | 56.76º | 0.53% | 0.82% | - |
| XYZ | 50.42 | 57.79 | 20.3 | - |
| YUV | 193.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 99 | 0 | 0.03 | 0.53 | 0.18 | 56.76 | 0.55 | 0.61 |
| Hex | D2 | CC | 63 | 0 | 3 | 35 | 12 | 39 | 37 | 3D |
| Octal | 322 | 314 | 143 | 0 | 3 | 65 | 22 | 71 | 67 | 75 |
| Binary | 11010010 | 11001100 | 1100011 | 0 | 11 | 110101 | 10010 | 111001 | 110111 | 111101 |
Color Harmonies of #D2CC63
Complementary color
Monochromatic Colors of #D2CC63
Black with #D2CC63
Text Example
Text Example
White with #D2CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC63; }
p { color: rgb(210,204,99); }
H1.HeaderClassName
{
color: #D2CC63;
}
.AnyTagClassName
{
color: #D2CC63;
}
</style>
background-color css
<style>
a { background-color: #D2CC63; }
a { background-color: rgb(210,204,99); }
div.DivClassName
{
background-color: #D2CC63;
}
.BgClassName
{
background-color: #D2CC63;
}
</style>
border-color css
<style>
span { border-color: #D2CC63; }
span { border-color: rgb(210,204,99); }
td.TdClassName
{
border-color: #D2CC63;
}
.TagClassName
{
border-color: #D2CC63;
}
</style>