Shades of Dark Goldenrod #D28303
Tints of Dark Goldenrod #D28303
RGB
CMYK
RGB Variations
Color information
#D28303 (or 0xD28303) is known color: Dark Goldenrod. HEX triplet: D2, 83 and 03. RGB value is (210,131,3). Sum of RGB (Red+Green+Blue) = 210+131+3=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D28303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28303 is #2D7CFC. Grayscale: #8C8C8C. Windows color (decimal): -2981117 or 230354. OLE color: 230354.
HSL color Cylindrical-coordinate representation of color #D28303: hue angle of 37.1º 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 #D28303 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.18 |
| HSL | 37.1º | 0.97% | 0.42% | - |
| HSV(B) | 37.1º | 0.99% | 0.82% | - |
| XYZ | 34.71 | 29.94 | 4.04 | - |
| YUV | 140.03 | 50.67 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 3 | 0 | 0.38 | 0.99 | 0.18 | 37.1 | 0.97 | 0.42 |
| Hex | D2 | 83 | 3 | 0 | 26 | 63 | 12 | 25 | 61 | 2A |
| Octal | 322 | 203 | 3 | 0 | 46 | 143 | 22 | 45 | 141 | 52 |
| Binary | 11010010 | 10000011 | 11 | 0 | 100110 | 1100011 | 10010 | 100101 | 1100001 | 101010 |
Color Harmonies of #D28303
Complementary color
Monochromatic Colors of #D28303
Black with #D28303
Text Example
Text Example
White with #D28303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28303; }
p { color: rgb(210,131,3); }
H1.HeaderClassName
{
color: #D28303;
}
.AnyTagClassName
{
color: #D28303;
}
</style>
background-color css
<style>
a { background-color: #D28303; }
a { background-color: rgb(210,131,3); }
div.DivClassName
{
background-color: #D28303;
}
.BgClassName
{
background-color: #D28303;
}
</style>
border-color css
<style>
span { border-color: #D28303; }
span { border-color: rgb(210,131,3); }
td.TdClassName
{
border-color: #D28303;
}
.TagClassName
{
border-color: #D28303;
}
</style>