#C8C63F

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

Shades of Wattle #C8C63F

Tints of Wattle #C8C63F

Color information

#C8C63F (or 0xC8C63F) is unknown color: approx Wattle. HEX triplet: C8, C6 and 3F. RGB value is (200,198,63). Sum of RGB (Red+Green+Blue) = 200+198+63=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C63F is #3739C0. Grayscale: #B7B7B7. Windows color (decimal): -3619265 or 4179656. OLE color: 4179656.

HSL color Cylindrical-coordinate representation of color #C8C63F: hue angle of 59.12º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8C63F is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20019863-
CMYK00.010.680.22
HSL59.12º55.47%51.57%-
HSV(B)59.12º68.5%78.43%-
XYZ44.9153.0312.57-
YUV183.2160.16139.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 198 (77.73% from 255) = 42.95%
BLUE value IS 63 (25% from 255) = 13.67%
R=43.38%
G=42.95%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001986300.010.680.2259.1255.4751.57
HexC8C63F0144163b3734
Octal310306770110426736764
Binary110010001100011011111101100010010110111011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C63F; }

 p { color: rgb(200,198,63); }

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

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

 a { background-color: rgb(200,198,63); }

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

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

 span { border-color: rgb(200,198,63); }

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