#C8C44D

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

Shades of Wattle #C8C44D

Tints of Wattle #C8C44D

Color information

#C8C44D (or 0xC8C44D) is unknown color: approx Wattle. HEX triplet: C8, C4 and 4D. RGB value is (200,196,77). Sum of RGB (Red+Green+Blue) = 200+196+77=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C44D is #373BB2. Grayscale: #B8B8B8. Windows color (decimal): -3619763 or 5096648. OLE color: 5096648.

HSL color Cylindrical-coordinate representation of color #C8C44D: hue angle of 58.05º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8C44D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20019677-
CMYK00.020.620.22
HSL58.05º52.79%54.31%-
HSV(B)58.05º61.5%78.43%-
XYZ44.952.314.75-
YUV183.6367.83139.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 77 (30.47% from 255) = 16.28%
R=42.28%
G=41.44%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001967700.020.620.2258.0552.7954.31
HexC8C44D023E163a3536
Octal310304115027626726566
Binary1100100011000100100110101011111010110111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C44D; }

 p { color: rgb(200,196,77); }

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

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

 a { background-color: rgb(200,196,77); }

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

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

 span { border-color: rgb(200,196,77); }

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