Shades of Dark Goldenrod #C27504
Tints of Dark Goldenrod #C27504
RGB
CMYK
RGB Variations
Color information
#C27504 (or 0xC27504) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 04. RGB value is (194,117,4). Sum of RGB (Red+Green+Blue) = 194+117+4=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C27504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27504 is #3D8AFB. Grayscale: #7F7F7F. Windows color (decimal): -4033276 or 292290. OLE color: 292290.
HSL color Cylindrical-coordinate representation of color #C27504: hue angle of 35.68º degrees, saturation: 0.96, 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 #C27504 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 4 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.24 |
| HSL | 35.68º | 0.96% | 0.39% | - |
| HSV(B) | 35.68º | 0.98% | 0.76% | - |
| XYZ | 28.63 | 24.2 | 3.28 | - |
| YUV | 127.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 4 | 0 | 0.40 | 0.98 | 0.24 | 35.68 | 0.96 | 0.39 |
| Hex | C2 | 75 | 4 | 0 | 28 | 62 | 18 | 24 | 60 | 27 |
| Octal | 302 | 165 | 4 | 0 | 50 | 142 | 30 | 44 | 140 | 47 |
| Binary | 11000010 | 1110101 | 100 | 0 | 101000 | 1100010 | 11000 | 100100 | 1100000 | 100111 |
Color Harmonies of #C27504
Complementary color
Monochromatic Colors of #C27504
Black with #C27504
Text Example
Text Example
White with #C27504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27504; }
p { color: rgb(194,117,4); }
H1.HeaderClassName
{
color: #C27504;
}
.AnyTagClassName
{
color: #C27504;
}
</style>
background-color css
<style>
a { background-color: #C27504; }
a { background-color: rgb(194,117,4); }
div.DivClassName
{
background-color: #C27504;
}
.BgClassName
{
background-color: #C27504;
}
</style>
border-color css
<style>
span { border-color: #C27504; }
span { border-color: rgb(194,117,4); }
td.TdClassName
{
border-color: #C27504;
}
.TagClassName
{
border-color: #C27504;
}
</style>