Shades of Dark Goldenrod #B66C00
Tints of Dark Goldenrod #B66C00
RGB
CMYK
RGB Variations
Color information
#B66C00 (or 0xB66C00) is known color: Dark Goldenrod. HEX triplet: B6, 6C and 00. RGB value is (182,108,0). Sum of RGB (Red+Green+Blue) = 182+108+0=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66C00 is #4993FF. Grayscale: #767676. Windows color (decimal): -4822016 or 27830. OLE color: 27830.
HSL color Cylindrical-coordinate representation of color #B66C00: hue angle of 35.6º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B66C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 108 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.29 |
| HSL | 35.6º | 1% | 0.36% | - |
| HSV(B) | 35.6º | 1% | 0.71% | - |
| XYZ | 24.65 | 20.67 | 2.69 | - |
| YUV | 117.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 0 | 0 | 0.41 | 1 | 0.29 | 35.6 | 1 | 0.36 |
| Hex | B6 | 6C | 0 | 0 | 29 | 64 | 1D | 24 | 64 | 24 |
| Octal | 266 | 154 | 0 | 0 | 51 | 144 | 35 | 44 | 144 | 44 |
| Binary | 10110110 | 1101100 | 0 | 0 | 101001 | 1100100 | 11101 | 100100 | 1100100 | 100100 |
Color Harmonies of #B66C00
Complementary color
Monochromatic Colors of #B66C00
Black with #B66C00
Text Example
Text Example
White with #B66C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66C00; }
p { color: rgb(182,108,0); }
H1.HeaderClassName
{
color: #B66C00;
}
.AnyTagClassName
{
color: #B66C00;
}
</style>
background-color css
<style>
a { background-color: #B66C00; }
a { background-color: rgb(182,108,0); }
div.DivClassName
{
background-color: #B66C00;
}
.BgClassName
{
background-color: #B66C00;
}
</style>
border-color css
<style>
span { border-color: #B66C00; }
span { border-color: rgb(182,108,0); }
td.TdClassName
{
border-color: #B66C00;
}
.TagClassName
{
border-color: #B66C00;
}
</style>