Shades of Goldenrod #D3CB6B
Tints of Goldenrod #D3CB6B
RGB
CMYK
RGB Variations
Color information
#D3CB6B (or 0xD3CB6B) is known color: Goldenrod. HEX triplet: D3, CB and 6B. RGB value is (211,203,107). Sum of RGB (Red+Green+Blue) = 211+203+107=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB6B is #2C3494. Grayscale: #C2C2C2. Windows color (decimal): -2897045 or 7064531. OLE color: 7064531.
HSL color Cylindrical-coordinate representation of color #D3CB6B: hue angle of 55.38º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3CB6B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 107 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.17 |
| HSL | 55.38º | 0.54% | 0.62% | - |
| HSV(B) | 55.38º | 0.49% | 0.83% | - |
| XYZ | 50.87 | 57.62 | 22.35 | - |
| YUV | 194.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 107 | 0 | 0.04 | 0.49 | 0.17 | 55.38 | 0.54 | 0.62 |
| Hex | D3 | CB | 6B | 0 | 4 | 31 | 11 | 37 | 36 | 3E |
| Octal | 323 | 313 | 153 | 0 | 4 | 61 | 21 | 67 | 66 | 76 |
| Binary | 11010011 | 11001011 | 1101011 | 0 | 100 | 110001 | 10001 | 110111 | 110110 | 111110 |
Color Harmonies of #D3CB6B
Complementary color
Monochromatic Colors of #D3CB6B
Black with #D3CB6B
Text Example
Text Example
White with #D3CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CB6B; }
p { color: rgb(211,203,107); }
H1.HeaderClassName
{
color: #D3CB6B;
}
.AnyTagClassName
{
color: #D3CB6B;
}
</style>
background-color css
<style>
a { background-color: #D3CB6B; }
a { background-color: rgb(211,203,107); }
div.DivClassName
{
background-color: #D3CB6B;
}
.BgClassName
{
background-color: #D3CB6B;
}
</style>
border-color css
<style>
span { border-color: #D3CB6B; }
span { border-color: rgb(211,203,107); }
td.TdClassName
{
border-color: #D3CB6B;
}
.TagClassName
{
border-color: #D3CB6B;
}
</style>