Shades of Dark Goldenrod #C6900D
Tints of Dark Goldenrod #C6900D
RGB
CMYK
RGB Variations
Color information
#C6900D (or 0xC6900D) is known color: Dark Goldenrod. HEX triplet: C6, 90 and 0D. RGB value is (198,144,13). Sum of RGB (Red+Green+Blue) = 198+144+13=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6900D is #396FF2. Grayscale: #919191. Windows color (decimal): -3764211 or 889030. OLE color: 889030.
HSL color Cylindrical-coordinate representation of color #C6900D: hue angle of 42.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6900D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 13 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.22 |
| HSL | 42.49º | 0.88% | 0.41% | - |
| HSV(B) | 42.49º | 0.93% | 0.78% | - |
| XYZ | 33.33 | 31.98 | 4.8 | - |
| YUV | 145.21 | 53.39 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 13 | 0 | 0.27 | 0.93 | 0.22 | 42.49 | 0.88 | 0.41 |
| Hex | C6 | 90 | D | 0 | 1B | 5D | 16 | 2A | 58 | 29 |
| Octal | 306 | 220 | 15 | 0 | 33 | 135 | 26 | 52 | 130 | 51 |
| Binary | 11000110 | 10010000 | 1101 | 0 | 11011 | 1011101 | 10110 | 101010 | 1011000 | 101001 |
Color Harmonies of #C6900D
Complementary color
Monochromatic Colors of #C6900D
Black with #C6900D
Text Example
Text Example
White with #C6900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6900D; }
p { color: rgb(198,144,13); }
H1.HeaderClassName
{
color: #C6900D;
}
.AnyTagClassName
{
color: #C6900D;
}
</style>
background-color css
<style>
a { background-color: #C6900D; }
a { background-color: rgb(198,144,13); }
div.DivClassName
{
background-color: #C6900D;
}
.BgClassName
{
background-color: #C6900D;
}
</style>
border-color css
<style>
span { border-color: #C6900D; }
span { border-color: rgb(198,144,13); }
td.TdClassName
{
border-color: #C6900D;
}
.TagClassName
{
border-color: #C6900D;
}
</style>