Shades of Dark Goldenrod #C17B07
Tints of Dark Goldenrod #C17B07
RGB
CMYK
RGB Variations
Color information
#C17B07 (or 0xC17B07) is known color: Dark Goldenrod. HEX triplet: C1, 7B and 07. RGB value is (193,123,7). Sum of RGB (Red+Green+Blue) = 193+123+7=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B07 is #3E84F8. Grayscale: #838383. Windows color (decimal): -4097273 or 490433. OLE color: 490433.
HSL color Cylindrical-coordinate representation of color #C17B07: hue angle of 37.42º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C17B07 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.24 |
| HSL | 37.42º | 0.93% | 0.39% | - |
| HSV(B) | 37.42º | 0.96% | 0.76% | - |
| XYZ | 29.11 | 25.52 | 3.59 | - |
| YUV | 130.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 7 | 0 | 0.36 | 0.96 | 0.24 | 37.42 | 0.93 | 0.39 |
| Hex | C1 | 7B | 7 | 0 | 24 | 60 | 18 | 25 | 5D | 27 |
| Octal | 301 | 173 | 7 | 0 | 44 | 140 | 30 | 45 | 135 | 47 |
| Binary | 11000001 | 1111011 | 111 | 0 | 100100 | 1100000 | 11000 | 100101 | 1011101 | 100111 |
Color Harmonies of #C17B07
Complementary color
Monochromatic Colors of #C17B07
Black with #C17B07
Text Example
Text Example
White with #C17B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B07; }
p { color: rgb(193,123,7); }
H1.HeaderClassName
{
color: #C17B07;
}
.AnyTagClassName
{
color: #C17B07;
}
</style>
background-color css
<style>
a { background-color: #C17B07; }
a { background-color: rgb(193,123,7); }
div.DivClassName
{
background-color: #C17B07;
}
.BgClassName
{
background-color: #C17B07;
}
</style>
border-color css
<style>
span { border-color: #C17B07; }
span { border-color: rgb(193,123,7); }
td.TdClassName
{
border-color: #C17B07;
}
.TagClassName
{
border-color: #C17B07;
}
</style>