Shades of Dark Goldenrod #C17D01
Tints of Dark Goldenrod #C17D01
RGB
CMYK
RGB Variations
Color information
#C17D01 (or 0xC17D01) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 01. RGB value is (193,125,1). Sum of RGB (Red+Green+Blue) = 193+125+1=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D01 is #3E82FE. Grayscale: #838383. Windows color (decimal): -4096767 or 97729. OLE color: 97729.
HSL color Cylindrical-coordinate representation of color #C17D01: hue angle of 38.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C17D01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.24 |
| HSL | 38.75º | 0.99% | 0.38% | - |
| HSV(B) | 38.75º | 0.99% | 0.76% | - |
| XYZ | 29.33 | 26.01 | 3.5 | - |
| YUV | 131.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 1 | 0 | 0.35 | 0.99 | 0.24 | 38.75 | 0.99 | 0.38 |
| Hex | C1 | 7D | 1 | 0 | 23 | 63 | 18 | 27 | 63 | 26 |
| Octal | 301 | 175 | 1 | 0 | 43 | 143 | 30 | 47 | 143 | 46 |
| Binary | 11000001 | 1111101 | 1 | 0 | 100011 | 1100011 | 11000 | 100111 | 1100011 | 100110 |
Color Harmonies of #C17D01
Complementary color
Monochromatic Colors of #C17D01
Black with #C17D01
Text Example
Text Example
White with #C17D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D01; }
p { color: rgb(193,125,1); }
H1.HeaderClassName
{
color: #C17D01;
}
.AnyTagClassName
{
color: #C17D01;
}
</style>
background-color css
<style>
a { background-color: #C17D01; }
a { background-color: rgb(193,125,1); }
div.DivClassName
{
background-color: #C17D01;
}
.BgClassName
{
background-color: #C17D01;
}
</style>
border-color css
<style>
span { border-color: #C17D01; }
span { border-color: rgb(193,125,1); }
td.TdClassName
{
border-color: #C17D01;
}
.TagClassName
{
border-color: #C17D01;
}
</style>