Shades of Dark Goldenrod #CA830B
Tints of Dark Goldenrod #CA830B
RGB
CMYK
RGB Variations
Color information
#CA830B (or 0xCA830B) is known color: Dark Goldenrod. HEX triplet: CA, 83 and 0B. RGB value is (202,131,11). Sum of RGB (Red+Green+Blue) = 202+131+11=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA830B is #357CF4. Grayscale: #8B8B8B. Windows color (decimal): -3505397 or 754634. OLE color: 754634.
HSL color Cylindrical-coordinate representation of color #CA830B: hue angle of 37.7º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA830B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.21 |
| HSL | 37.7º | 0.9% | 0.42% | - |
| HSV(B) | 37.7º | 0.95% | 0.79% | - |
| XYZ | 32.53 | 28.81 | 4.16 | - |
| YUV | 138.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 11 | 0 | 0.35 | 0.95 | 0.21 | 37.7 | 0.9 | 0.42 |
| Hex | CA | 83 | B | 0 | 23 | 5F | 15 | 26 | 5A | 2A |
| Octal | 312 | 203 | 13 | 0 | 43 | 137 | 25 | 46 | 132 | 52 |
| Binary | 11001010 | 10000011 | 1011 | 0 | 100011 | 1011111 | 10101 | 100110 | 1011010 | 101010 |
Color Harmonies of #CA830B
Complementary color
Monochromatic Colors of #CA830B
Black with #CA830B
Text Example
Text Example
White with #CA830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA830B; }
p { color: rgb(202,131,11); }
H1.HeaderClassName
{
color: #CA830B;
}
.AnyTagClassName
{
color: #CA830B;
}
</style>
background-color css
<style>
a { background-color: #CA830B; }
a { background-color: rgb(202,131,11); }
div.DivClassName
{
background-color: #CA830B;
}
.BgClassName
{
background-color: #CA830B;
}
</style>
border-color css
<style>
span { border-color: #CA830B; }
span { border-color: rgb(202,131,11); }
td.TdClassName
{
border-color: #CA830B;
}
.TagClassName
{
border-color: #CA830B;
}
</style>