Shades of Dark Goldenrod #C27B00
Tints of Dark Goldenrod #C27B00
RGB
CMYK
RGB Variations
Color information
#C27B00 (or 0xC27B00) is known color: Dark Goldenrod. HEX triplet: C2, 7B and 00. RGB value is (194,123,0). Sum of RGB (Red+Green+Blue) = 194+123+0=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B00 is #3D84FF. Grayscale: #828282. Windows color (decimal): -4031744 or 31682. OLE color: 31682.
HSL color Cylindrical-coordinate representation of color #C27B00: hue angle of 38.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C27B00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.24 |
| HSL | 38.04º | 1% | 0.38% | - |
| HSV(B) | 38.04º | 1% | 0.76% | - |
| XYZ | 29.33 | 25.64 | 3.4 | - |
| YUV | 130.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 0 | 0 | 0.37 | 1 | 0.24 | 38.04 | 1 | 0.38 |
| Hex | C2 | 7B | 0 | 0 | 25 | 64 | 18 | 26 | 64 | 26 |
| Octal | 302 | 173 | 0 | 0 | 45 | 144 | 30 | 46 | 144 | 46 |
| Binary | 11000010 | 1111011 | 0 | 0 | 100101 | 1100100 | 11000 | 100110 | 1100100 | 100110 |
Color Harmonies of #C27B00
Complementary color
Monochromatic Colors of #C27B00
Black with #C27B00
Text Example
Text Example
White with #C27B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B00; }
p { color: rgb(194,123,0); }
H1.HeaderClassName
{
color: #C27B00;
}
.AnyTagClassName
{
color: #C27B00;
}
</style>
background-color css
<style>
a { background-color: #C27B00; }
a { background-color: rgb(194,123,0); }
div.DivClassName
{
background-color: #C27B00;
}
.BgClassName
{
background-color: #C27B00;
}
</style>
border-color css
<style>
span { border-color: #C27B00; }
span { border-color: rgb(194,123,0); }
td.TdClassName
{
border-color: #C27B00;
}
.TagClassName
{
border-color: #C27B00;
}
</style>