Shades of Dark Goldenrod #CA830D
Tints of Dark Goldenrod #CA830D
RGB
CMYK
RGB Variations
Color information
#CA830D (or 0xCA830D) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0D. RGB value is (202,131,13). Sum of RGB (Red+Green+Blue) = 202+131+13=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830D is #357CF2. Grayscale: #8B8B8B. Windows color (decimal): -3505395 or 885706. OLE color: 885706.
HSL color Cylindrical-coordinate representation of color #CA830D: hue angle of 37.46º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA830D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.21 |
| HSL | 37.46º | 0.88% | 0.42% | - |
| HSV(B) | 37.46º | 0.94% | 0.79% | - |
| XYZ | 32.55 | 28.82 | 4.23 | - |
| YUV | 138.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 13 | 0 | 0.35 | 0.94 | 0.21 | 37.46 | 0.88 | 0.42 |
| Hex | CA | 83 | D | 0 | 23 | 5E | 15 | 25 | 58 | 2A |
| Octal | 312 | 203 | 15 | 0 | 43 | 136 | 25 | 45 | 130 | 52 |
| Binary | 11001010 | 10000011 | 1101 | 0 | 100011 | 1011110 | 10101 | 100101 | 1011000 | 101010 |
Color Harmonies of #CA830D
Complementary color
Monochromatic Colors of #CA830D
Black with #CA830D
Text Example
Text Example
White with #CA830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA830D; }
p { color: rgb(202,131,13); }
H1.HeaderClassName
{
color: #CA830D;
}
.AnyTagClassName
{
color: #CA830D;
}
</style>
background-color css
<style>
a { background-color: #CA830D; }
a { background-color: rgb(202,131,13); }
div.DivClassName
{
background-color: #CA830D;
}
.BgClassName
{
background-color: #CA830D;
}
</style>
border-color css
<style>
span { border-color: #CA830D; }
span { border-color: rgb(202,131,13); }
td.TdClassName
{
border-color: #CA830D;
}
.TagClassName
{
border-color: #CA830D;
}
</style>