Shades of Geebung #CD8A20
Tints of Geebung #CD8A20
RGB
CMYK
RGB Variations
Color information
#CD8A20 (or 0xCD8A20) is known color: Geebung. HEX triplet: CD, 8A and 20. RGB value is (205,138,32). Sum of RGB (Red+Green+Blue) = 205+138+32=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8A20 is #3275DF. Grayscale: #929292. Windows color (decimal): -3306976 or 2132685. OLE color: 2132685.
HSL color Cylindrical-coordinate representation of color #CD8A20: hue angle of 36.76º 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 #CD8A20 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 32 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.20 |
| HSL | 36.76º | 0.73% | 0.46% | - |
| HSV(B) | 36.76º | 0.84% | 0.8% | - |
| XYZ | 34.53 | 31.26 | 5.58 | - |
| YUV | 145.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 32 | 0 | 0.33 | 0.84 | 0.20 | 36.76 | 0.73 | 0.46 |
| Hex | CD | 8A | 20 | 0 | 21 | 54 | 14 | 25 | 49 | 2E |
| Octal | 315 | 212 | 40 | 0 | 41 | 124 | 24 | 45 | 111 | 56 |
| Binary | 11001101 | 10001010 | 100000 | 0 | 100001 | 1010100 | 10100 | 100101 | 1001001 | 101110 |
Color Harmonies of #CD8A20
Complementary color
Monochromatic Colors of #CD8A20
Black with #CD8A20
Text Example
Text Example
White with #CD8A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A20; }
p { color: rgb(205,138,32); }
H1.HeaderClassName
{
color: #CD8A20;
}
.AnyTagClassName
{
color: #CD8A20;
}
</style>
background-color css
<style>
a { background-color: #CD8A20; }
a { background-color: rgb(205,138,32); }
div.DivClassName
{
background-color: #CD8A20;
}
.BgClassName
{
background-color: #CD8A20;
}
</style>
border-color css
<style>
span { border-color: #CD8A20; }
span { border-color: rgb(205,138,32); }
td.TdClassName
{
border-color: #CD8A20;
}
.TagClassName
{
border-color: #CD8A20;
}
</style>