Shades of Dark Goldenrod #CB7505
Tints of Dark Goldenrod #CB7505
RGB
CMYK
RGB Variations
Color information
#CB7505 (or 0xCB7505) is known color: Dark Goldenrod. HEX triplet: CB, 75 and 05. RGB value is (203,117,5). Sum of RGB (Red+Green+Blue) = 203+117+5=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7505 is #348AFA. Grayscale: #828282. Windows color (decimal): -3443451 or 357835. OLE color: 357835.
HSL color Cylindrical-coordinate representation of color #CB7505: hue angle of 33.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB7505 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.20 |
| HSL | 33.94º | 0.95% | 0.41% | - |
| HSV(B) | 33.94º | 0.98% | 0.8% | - |
| XYZ | 31.02 | 25.43 | 3.42 | - |
| YUV | 129.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 5 | 0 | 0.42 | 0.98 | 0.20 | 33.94 | 0.95 | 0.41 |
| Hex | CB | 75 | 5 | 0 | 2A | 62 | 14 | 22 | 5F | 29 |
| Octal | 313 | 165 | 5 | 0 | 52 | 142 | 24 | 42 | 137 | 51 |
| Binary | 11001011 | 1110101 | 101 | 0 | 101010 | 1100010 | 10100 | 100010 | 1011111 | 101001 |
Color Harmonies of #CB7505
Complementary color
Monochromatic Colors of #CB7505
Black with #CB7505
Text Example
Text Example
White with #CB7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7505; }
p { color: rgb(203,117,5); }
H1.HeaderClassName
{
color: #CB7505;
}
.AnyTagClassName
{
color: #CB7505;
}
</style>
background-color css
<style>
a { background-color: #CB7505; }
a { background-color: rgb(203,117,5); }
div.DivClassName
{
background-color: #CB7505;
}
.BgClassName
{
background-color: #CB7505;
}
</style>
border-color css
<style>
span { border-color: #CB7505; }
span { border-color: rgb(203,117,5); }
td.TdClassName
{
border-color: #CB7505;
}
.TagClassName
{
border-color: #CB7505;
}
</style>