#C8C14A

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

Shades of Wattle #C8C14A

Tints of Wattle #C8C14A

Color information

#C8C14A (or 0xC8C14A) is unknown color: approx Wattle. HEX triplet: C8, C1 and 4A. RGB value is (200,193,74). Sum of RGB (Red+Green+Blue) = 200+193+74=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C14A is #373EB5. Grayscale: #B6B6B6. Windows color (decimal): -3620534 or 4899272. OLE color: 4899272.

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

Color convert

RGB20019374-
CMYK00.040.630.22
HSL56.67º53.39%53.73%-
HSV(B)56.67º63%78.43%-
XYZ44.1350.9113.98-
YUV181.5367.32141.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 74 (29.30% from 255) = 15.85%
R=42.83%
G=41.33%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001937400.040.630.2256.6753.3953.73
HexC8C14A043F16393536
Octal310301112047726716566
Binary11001000110000011001010010011111110110111001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C14A; }

 p { color: rgb(200,193,74); }

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

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

 a { background-color: rgb(200,193,74); }

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

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

 span { border-color: rgb(200,193,74); }

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