Shades of Geebung #CD8920
Tints of Geebung #CD8920
RGB
CMYK
RGB Variations
Color information
#CD8920 (or 0xCD8920) is known color: Geebung. HEX triplet: CD, 89 and 20. RGB value is (205,137,32). Sum of RGB (Red+Green+Blue) = 205+137+32=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8920 is #3276DF. Grayscale: #919191. Windows color (decimal): -3307232 or 2132429. OLE color: 2132429.
HSL color Cylindrical-coordinate representation of color #CD8920: hue angle of 36.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD8920 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 32 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.20 |
| HSL | 36.42º | 0.73% | 0.46% | - |
| HSV(B) | 36.42º | 0.84% | 0.8% | - |
| XYZ | 34.38 | 30.97 | 5.53 | - |
| YUV | 145.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 32 | 0 | 0.33 | 0.84 | 0.20 | 36.42 | 0.73 | 0.46 |
| Hex | CD | 89 | 20 | 0 | 21 | 54 | 14 | 24 | 49 | 2E |
| Octal | 315 | 211 | 40 | 0 | 41 | 124 | 24 | 44 | 111 | 56 |
| Binary | 11001101 | 10001001 | 100000 | 0 | 100001 | 1010100 | 10100 | 100100 | 1001001 | 101110 |
Color Harmonies of #CD8920
Complementary color
Monochromatic Colors of #CD8920
Black with #CD8920
Text Example
Text Example
White with #CD8920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8920; }
p { color: rgb(205,137,32); }
H1.HeaderClassName
{
color: #CD8920;
}
.AnyTagClassName
{
color: #CD8920;
}
</style>
background-color css
<style>
a { background-color: #CD8920; }
a { background-color: rgb(205,137,32); }
div.DivClassName
{
background-color: #CD8920;
}
.BgClassName
{
background-color: #CD8920;
}
</style>
border-color css
<style>
span { border-color: #CD8920; }
span { border-color: rgb(205,137,32); }
td.TdClassName
{
border-color: #CD8920;
}
.TagClassName
{
border-color: #CD8920;
}
</style>