Shades of Geebung #CD8521
Tints of Geebung #CD8521
RGB
CMYK
RGB Variations
Color information
#CD8521 (or 0xCD8521) is known color: Geebung. HEX triplet: CD, 85 and 21. RGB value is (205,133,33). Sum of RGB (Red+Green+Blue) = 205+133+33=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8521 is #327ADE. Grayscale: #8F8F8F. Windows color (decimal): -3308255 or 2196941. OLE color: 2196941.
HSL color Cylindrical-coordinate representation of color #CD8521: hue angle of 34.88º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD8521 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.20 |
| HSL | 34.88º | 0.72% | 0.47% | - |
| HSV(B) | 34.88º | 0.84% | 0.8% | - |
| XYZ | 33.84 | 29.86 | 5.42 | - |
| YUV | 143.13 | 65.85 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 33 | 0 | 0.35 | 0.84 | 0.20 | 34.88 | 0.72 | 0.47 |
| Hex | CD | 85 | 21 | 0 | 23 | 54 | 14 | 23 | 48 | 2F |
| Octal | 315 | 205 | 41 | 0 | 43 | 124 | 24 | 43 | 110 | 57 |
| Binary | 11001101 | 10000101 | 100001 | 0 | 100011 | 1010100 | 10100 | 100011 | 1001000 | 101111 |
Color Harmonies of #CD8521
Complementary color
Monochromatic Colors of #CD8521
Black with #CD8521
Text Example
Text Example
White with #CD8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8521; }
p { color: rgb(205,133,33); }
H1.HeaderClassName
{
color: #CD8521;
}
.AnyTagClassName
{
color: #CD8521;
}
</style>
background-color css
<style>
a { background-color: #CD8521; }
a { background-color: rgb(205,133,33); }
div.DivClassName
{
background-color: #CD8521;
}
.BgClassName
{
background-color: #CD8521;
}
</style>
border-color css
<style>
span { border-color: #CD8521; }
span { border-color: rgb(205,133,33); }
td.TdClassName
{
border-color: #CD8521;
}
.TagClassName
{
border-color: #CD8521;
}
</style>