Shades of Dark Goldenrod #CB950A
Tints of Dark Goldenrod #CB950A
RGB
CMYK
RGB Variations
Color information
#CB950A (or 0xCB950A) is known color: Dark Goldenrod. HEX triplet: CB, 95 and 0A. RGB value is (203,149,10). Sum of RGB (Red+Green+Blue) = 203+149+10=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB950A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB950A is #346AF5. Grayscale: #959595. Windows color (decimal): -3435254 or 693707. OLE color: 693707.
HSL color Cylindrical-coordinate representation of color #CB950A: hue angle of 43.21º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB950A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.20 |
| HSL | 43.21º | 0.91% | 0.42% | - |
| HSV(B) | 43.21º | 0.95% | 0.8% | - |
| XYZ | 35.43 | 34.21 | 5.02 | - |
| YUV | 149.3 | 49.39 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 10 | 0 | 0.27 | 0.95 | 0.20 | 43.21 | 0.91 | 0.42 |
| Hex | CB | 95 | A | 0 | 1B | 5F | 14 | 2B | 5B | 2A |
| Octal | 313 | 225 | 12 | 0 | 33 | 137 | 24 | 53 | 133 | 52 |
| Binary | 11001011 | 10010101 | 1010 | 0 | 11011 | 1011111 | 10100 | 101011 | 1011011 | 101010 |
Color Harmonies of #CB950A
Complementary color
Monochromatic Colors of #CB950A
Black with #CB950A
Text Example
Text Example
White with #CB950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB950A; }
p { color: rgb(203,149,10); }
H1.HeaderClassName
{
color: #CB950A;
}
.AnyTagClassName
{
color: #CB950A;
}
</style>
background-color css
<style>
a { background-color: #CB950A; }
a { background-color: rgb(203,149,10); }
div.DivClassName
{
background-color: #CB950A;
}
.BgClassName
{
background-color: #CB950A;
}
</style>
border-color css
<style>
span { border-color: #CB950A; }
span { border-color: rgb(203,149,10); }
td.TdClassName
{
border-color: #CB950A;
}
.TagClassName
{
border-color: #CB950A;
}
</style>