Shades of Geebung #C98A1D
Tints of Geebung #C98A1D
RGB
CMYK
RGB Variations
Color information
#C98A1D (or 0xC98A1D) is known color: Geebung. HEX triplet: C9, 8A and 1D. RGB value is (201,138,29). Sum of RGB (Red+Green+Blue) = 201+138+29=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98A1D is #3675E2. Grayscale: #909090. Windows color (decimal): -3569123 or 1936073. OLE color: 1936073.
HSL color Cylindrical-coordinate representation of color #C98A1D: hue angle of 38.02º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C98A1D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 29 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.21 |
| HSL | 38.02º | 0.75% | 0.45% | - |
| HSV(B) | 38.02º | 0.86% | 0.79% | - |
| XYZ | 33.4 | 30.68 | 5.32 | - |
| YUV | 144.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 29 | 0 | 0.31 | 0.86 | 0.21 | 38.02 | 0.75 | 0.45 |
| Hex | C9 | 8A | 1D | 0 | 1F | 56 | 15 | 26 | 4B | 2D |
| Octal | 311 | 212 | 35 | 0 | 37 | 126 | 25 | 46 | 113 | 55 |
| Binary | 11001001 | 10001010 | 11101 | 0 | 11111 | 1010110 | 10101 | 100110 | 1001011 | 101101 |
Color Harmonies of #C98A1D
Complementary color
Monochromatic Colors of #C98A1D
Black with #C98A1D
Text Example
Text Example
White with #C98A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A1D; }
p { color: rgb(201,138,29); }
H1.HeaderClassName
{
color: #C98A1D;
}
.AnyTagClassName
{
color: #C98A1D;
}
</style>
background-color css
<style>
a { background-color: #C98A1D; }
a { background-color: rgb(201,138,29); }
div.DivClassName
{
background-color: #C98A1D;
}
.BgClassName
{
background-color: #C98A1D;
}
</style>
border-color css
<style>
span { border-color: #C98A1D; }
span { border-color: rgb(201,138,29); }
td.TdClassName
{
border-color: #C98A1D;
}
.TagClassName
{
border-color: #C98A1D;
}
</style>