#C8C34D

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

Shades of Wattle #C8C34D

Tints of Wattle #C8C34D

Color information

#C8C34D (or 0xC8C34D) is unknown color: approx Wattle. HEX triplet: C8, C3 and 4D. RGB value is (200,195,77). Sum of RGB (Red+Green+Blue) = 200+195+77=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C34D is #373CB2. Grayscale: #B7B7B7. Windows color (decimal): -3620019 or 5096392. OLE color: 5096392.

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

Color convert

RGB20019577-
CMYK00.020.620.22
HSL57.56º52.79%54.31%-
HSV(B)57.56º61.5%78.43%-
XYZ44.6751.8514.67-
YUV183.0468.16140.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 77 (30.47% from 255) = 16.31%
R=42.37%
G=41.31%
B=16.31%

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
Decimal2001957700.020.620.2257.5652.7954.31
HexC8C34D023E163a3536
Octal310303115027626726566
Binary1100100011000011100110101011111010110111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C34D; }

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

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

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

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

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

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

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

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