Shades of Dark Goldenrod #C38A09
Tints of Dark Goldenrod #C38A09
RGB
CMYK
RGB Variations
Color information
#C38A09 (or 0xC38A09) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 09. RGB value is (195,138,9). Sum of RGB (Red+Green+Blue) = 195+138+9=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A09 is #3C75F6. Grayscale: #8C8C8C. Windows color (decimal): -3962359 or 625347. OLE color: 625347.
HSL color Cylindrical-coordinate representation of color #C38A09: hue angle of 41.61º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C38A09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 9 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.24 |
| HSL | 41.61º | 0.91% | 0.4% | - |
| HSV(B) | 41.61º | 0.95% | 0.76% | - |
| XYZ | 31.64 | 29.8 | 4.34 | - |
| YUV | 140.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 9 | 0 | 0.29 | 0.95 | 0.24 | 41.61 | 0.91 | 0.4 |
| Hex | C3 | 8A | 9 | 0 | 1D | 5F | 18 | 2A | 5B | 28 |
| Octal | 303 | 212 | 11 | 0 | 35 | 137 | 30 | 52 | 133 | 50 |
| Binary | 11000011 | 10001010 | 1001 | 0 | 11101 | 1011111 | 11000 | 101010 | 1011011 | 101000 |
Color Harmonies of #C38A09
Complementary color
Monochromatic Colors of #C38A09
Black with #C38A09
Text Example
Text Example
White with #C38A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A09; }
p { color: rgb(195,138,9); }
H1.HeaderClassName
{
color: #C38A09;
}
.AnyTagClassName
{
color: #C38A09;
}
</style>
background-color css
<style>
a { background-color: #C38A09; }
a { background-color: rgb(195,138,9); }
div.DivClassName
{
background-color: #C38A09;
}
.BgClassName
{
background-color: #C38A09;
}
</style>
border-color css
<style>
span { border-color: #C38A09; }
span { border-color: rgb(195,138,9); }
td.TdClassName
{
border-color: #C38A09;
}
.TagClassName
{
border-color: #C38A09;
}
</style>