Shades of Dark Goldenrod #D28803
Tints of Dark Goldenrod #D28803
RGB
CMYK
RGB Variations
Color information
#D28803 (or 0xD28803) is known color: Dark Goldenrod. HEX triplet: D2, 88 and 03. RGB value is (210,136,3). Sum of RGB (Red+Green+Blue) = 210+136+3=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D28803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28803 is #2D77FC. Grayscale: #8F8F8F. Windows color (decimal): -2979837 or 231634. OLE color: 231634.
HSL color Cylindrical-coordinate representation of color #D28803: hue angle of 38.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D28803 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.18 |
| HSL | 38.55º | 0.97% | 0.42% | - |
| HSV(B) | 38.55º | 0.99% | 0.82% | - |
| XYZ | 35.4 | 31.32 | 4.27 | - |
| YUV | 142.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 3 | 0 | 0.35 | 0.99 | 0.18 | 38.55 | 0.97 | 0.42 |
| Hex | D2 | 88 | 3 | 0 | 23 | 63 | 12 | 27 | 61 | 2A |
| Octal | 322 | 210 | 3 | 0 | 43 | 143 | 22 | 47 | 141 | 52 |
| Binary | 11010010 | 10001000 | 11 | 0 | 100011 | 1100011 | 10010 | 100111 | 1100001 | 101010 |
Color Harmonies of #D28803
Complementary color
Monochromatic Colors of #D28803
Black with #D28803
Text Example
Text Example
White with #D28803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28803; }
p { color: rgb(210,136,3); }
H1.HeaderClassName
{
color: #D28803;
}
.AnyTagClassName
{
color: #D28803;
}
</style>
background-color css
<style>
a { background-color: #D28803; }
a { background-color: rgb(210,136,3); }
div.DivClassName
{
background-color: #D28803;
}
.BgClassName
{
background-color: #D28803;
}
</style>
border-color css
<style>
span { border-color: #D28803; }
span { border-color: rgb(210,136,3); }
td.TdClassName
{
border-color: #D28803;
}
.TagClassName
{
border-color: #D28803;
}
</style>