Shades of Dark Goldenrod #C38F03
Tints of Dark Goldenrod #C38F03
RGB
CMYK
RGB Variations
Color information
#C38F03 (or 0xC38F03) is known color: Dark Goldenrod. HEX triplet: C3, 8F and 03. RGB value is (195,143,3). Sum of RGB (Red+Green+Blue) = 195+143+3=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38F03 is #3C70FC. Grayscale: #8F8F8F. Windows color (decimal): -3961085 or 233411. OLE color: 233411.
HSL color Cylindrical-coordinate representation of color #C38F03: hue angle of 43.75º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38F03 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.24 |
| HSL | 43.75º | 0.97% | 0.39% | - |
| HSV(B) | 43.75º | 0.98% | 0.76% | - |
| XYZ | 32.34 | 31.25 | 4.41 | - |
| YUV | 142.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 3 | 0 | 0.27 | 0.98 | 0.24 | 43.75 | 0.97 | 0.39 |
| Hex | C3 | 8F | 3 | 0 | 1B | 62 | 18 | 2C | 61 | 27 |
| Octal | 303 | 217 | 3 | 0 | 33 | 142 | 30 | 54 | 141 | 47 |
| Binary | 11000011 | 10001111 | 11 | 0 | 11011 | 1100010 | 11000 | 101100 | 1100001 | 100111 |
Color Harmonies of #C38F03
Complementary color
Monochromatic Colors of #C38F03
Black with #C38F03
Text Example
Text Example
White with #C38F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F03; }
p { color: rgb(195,143,3); }
H1.HeaderClassName
{
color: #C38F03;
}
.AnyTagClassName
{
color: #C38F03;
}
</style>
background-color css
<style>
a { background-color: #C38F03; }
a { background-color: rgb(195,143,3); }
div.DivClassName
{
background-color: #C38F03;
}
.BgClassName
{
background-color: #C38F03;
}
</style>
border-color css
<style>
span { border-color: #C38F03; }
span { border-color: rgb(195,143,3); }
td.TdClassName
{
border-color: #C38F03;
}
.TagClassName
{
border-color: #C38F03;
}
</style>