Shades of Dark Goldenrod #D28403
Tints of Dark Goldenrod #D28403
RGB
CMYK
RGB Variations
Color information
#D28403 (or 0xD28403) is known color: Dark Goldenrod. HEX triplet: D2, 84 and 03. RGB value is (210,132,3). Sum of RGB (Red+Green+Blue) = 210+132+3=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D28403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28403 is #2D7BFC. Grayscale: #8D8D8D. Windows color (decimal): -2980861 or 230610. OLE color: 230610.
HSL color Cylindrical-coordinate representation of color #D28403: hue angle of 37.39º 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 #D28403 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.18 |
| HSL | 37.39º | 0.97% | 0.42% | - |
| HSV(B) | 37.39º | 0.99% | 0.82% | - |
| XYZ | 34.85 | 30.21 | 4.08 | - |
| YUV | 140.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 3 | 0 | 0.37 | 0.99 | 0.18 | 37.39 | 0.97 | 0.42 |
| Hex | D2 | 84 | 3 | 0 | 25 | 63 | 12 | 25 | 61 | 2A |
| Octal | 322 | 204 | 3 | 0 | 45 | 143 | 22 | 45 | 141 | 52 |
| Binary | 11010010 | 10000100 | 11 | 0 | 100101 | 1100011 | 10010 | 100101 | 1100001 | 101010 |
Color Harmonies of #D28403
Complementary color
Monochromatic Colors of #D28403
Black with #D28403
Text Example
Text Example
White with #D28403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28403; }
p { color: rgb(210,132,3); }
H1.HeaderClassName
{
color: #D28403;
}
.AnyTagClassName
{
color: #D28403;
}
</style>
background-color css
<style>
a { background-color: #D28403; }
a { background-color: rgb(210,132,3); }
div.DivClassName
{
background-color: #D28403;
}
.BgClassName
{
background-color: #D28403;
}
</style>
border-color css
<style>
span { border-color: #D28403; }
span { border-color: rgb(210,132,3); }
td.TdClassName
{
border-color: #D28403;
}
.TagClassName
{
border-color: #D28403;
}
</style>