#C98D29

Color #C98D29 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C98D29

Tints of Geebung #C98D29

Color information

#C98D29 (or 0xC98D29) is unknown color: approx Geebung. HEX triplet: C9, 8D and 29. RGB value is (201,141,41). Sum of RGB (Red+Green+Blue) = 201+141+41=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D29 is #3672D6. Grayscale: #949494. Windows color (decimal): -3568343 or 2723273. OLE color: 2723273.

HSL color Cylindrical-coordinate representation of color #C98D29: hue angle of 37.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C98D29 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB20114141-
CMYK00.300.800.21
HSL37.5º66.12%47.45%-
HSV(B)37.5º79.6%78.82%-
XYZ34.0131.636.41-
YUV147.5467.88166.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 41 (16.41% from 255) = 10.70%
R=52.48%
G=36.81%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011414100.300.800.2137.566.1247.45
HexC98D2901E501526422f
Octal31121551036120254610257
Binary11001001100011011010010111101010000101011001101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D29; }

 p { color: rgb(201,141,41); }

 H1.HeaderClassName
 {
   color: #C98D29;
 }
 .AnyTagClassName
 {
   color: #C98D29;
 }
</style>
background-color css

<style>
 a { background-color: #C98D29; }

 a { background-color: rgb(201,141,41); }

 div.DivClassName
 {
   background-color: #C98D29;
 }
 .BgClassName
 {
   background-color: #C98D29;
 }
</style>
border-color css

<style>
 span { border-color: #C98D29; }

 span { border-color: rgb(201,141,41); }

 td.TdClassName
 {
   border-color: #C98D29;
 }
 .TagClassName
 {
   border-color: #C98D29;
 }
</style>