Shades of Dark Goldenrod #CB7504
Tints of Dark Goldenrod #CB7504
RGB
CMYK
RGB Variations
Color information
#CB7504 (or 0xCB7504) is known color: Dark Goldenrod. HEX triplet: CB, 75 and 04. RGB value is (203,117,4). Sum of RGB (Red+Green+Blue) = 203+117+4=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7504 is #348AFB. Grayscale: #828282. Windows color (decimal): -3443452 or 292299. OLE color: 292299.
HSL color Cylindrical-coordinate representation of color #CB7504: hue angle of 34.07º degrees, saturation: 0.96, 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 #CB7504 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.20 |
| HSL | 34.07º | 0.96% | 0.41% | - |
| HSV(B) | 34.07º | 0.98% | 0.8% | - |
| XYZ | 31.01 | 25.43 | 3.39 | - |
| YUV | 129.83 | 56.99 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 4 | 0 | 0.42 | 0.98 | 0.20 | 34.07 | 0.96 | 0.41 |
| Hex | CB | 75 | 4 | 0 | 2A | 62 | 14 | 22 | 60 | 29 |
| Octal | 313 | 165 | 4 | 0 | 52 | 142 | 24 | 42 | 140 | 51 |
| Binary | 11001011 | 1110101 | 100 | 0 | 101010 | 1100010 | 10100 | 100010 | 1100000 | 101001 |
Color Harmonies of #CB7504
Complementary color
Monochromatic Colors of #CB7504
Black with #CB7504
Text Example
Text Example
White with #CB7504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7504; }
p { color: rgb(203,117,4); }
H1.HeaderClassName
{
color: #CB7504;
}
.AnyTagClassName
{
color: #CB7504;
}
</style>
background-color css
<style>
a { background-color: #CB7504; }
a { background-color: rgb(203,117,4); }
div.DivClassName
{
background-color: #CB7504;
}
.BgClassName
{
background-color: #CB7504;
}
</style>
border-color css
<style>
span { border-color: #CB7504; }
span { border-color: rgb(203,117,4); }
td.TdClassName
{
border-color: #CB7504;
}
.TagClassName
{
border-color: #CB7504;
}
</style>