#C8C04D

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

Shades of Wattle #C8C04D

Tints of Wattle #C8C04D

Color information

#C8C04D (or 0xC8C04D) is unknown color: approx Wattle. HEX triplet: C8, C0 and 4D. RGB value is (200,192,77). Sum of RGB (Red+Green+Blue) = 200+192+77=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C04D is #373FB2. Grayscale: #B5B5B5. Windows color (decimal): -3620787 or 5095624. OLE color: 5095624.

HSL color Cylindrical-coordinate representation of color #C8C04D: hue angle of 56.1º 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 #C8C04D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20019277-
CMYK00.040.620.22
HSL56.1º52.79%54.31%-
HSV(B)56.1º61.5%78.43%-
XYZ44.0150.5114.45-
YUV181.2869.15141.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 77 (30.47% from 255) = 16.42%
R=42.64%
G=40.94%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001927700.040.620.2256.152.7954.31
HexC8C04D043E16383536
Octal310300115047626706566
Binary11001000110000001001101010011111010110111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C04D; }

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

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

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

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

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

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

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

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