Shades of Dark Goldenrod #CB820F
Tints of Dark Goldenrod #CB820F
RGB
CMYK
RGB Variations
Color information
#CB820F (or 0xCB820F) is known color: Dark Goldenrod. HEX triplet: CB, 82 and 0F. RGB value is (203,130,15). Sum of RGB (Red+Green+Blue) = 203+130+15=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB820F is #347DF0. Grayscale: #8B8B8B. Windows color (decimal): -3440113 or 1016523. OLE color: 1016523.
HSL color Cylindrical-coordinate representation of color #CB820F: hue angle of 36.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB820F is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 15 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.20 |
| HSL | 36.7º | 0.86% | 0.43% | - |
| HSV(B) | 36.7º | 0.93% | 0.8% | - |
| XYZ | 32.7 | 28.7 | 4.27 | - |
| YUV | 138.72 | 58.18 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 15 | 0 | 0.36 | 0.93 | 0.20 | 36.7 | 0.86 | 0.43 |
| Hex | CB | 82 | F | 0 | 24 | 5D | 14 | 25 | 56 | 2B |
| Octal | 313 | 202 | 17 | 0 | 44 | 135 | 24 | 45 | 126 | 53 |
| Binary | 11001011 | 10000010 | 1111 | 0 | 100100 | 1011101 | 10100 | 100101 | 1010110 | 101011 |
Color Harmonies of #CB820F
Complementary color
Monochromatic Colors of #CB820F
Black with #CB820F
Text Example
Text Example
White with #CB820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB820F; }
p { color: rgb(203,130,15); }
H1.HeaderClassName
{
color: #CB820F;
}
.AnyTagClassName
{
color: #CB820F;
}
</style>
background-color css
<style>
a { background-color: #CB820F; }
a { background-color: rgb(203,130,15); }
div.DivClassName
{
background-color: #CB820F;
}
.BgClassName
{
background-color: #CB820F;
}
</style>
border-color css
<style>
span { border-color: #CB820F; }
span { border-color: rgb(203,130,15); }
td.TdClassName
{
border-color: #CB820F;
}
.TagClassName
{
border-color: #CB820F;
}
</style>