#C8C53B

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

Shades of Wattle #C8C53B

Tints of Wattle #C8C53B

Color information

#C8C53B (or 0xC8C53B) is unknown color: approx Wattle. HEX triplet: C8, C5 and 3B. RGB value is (200,197,59). Sum of RGB (Red+Green+Blue) = 200+197+59=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C53B is #373AC4. Grayscale: #B6B6B6. Windows color (decimal): -3619525 or 3917256. OLE color: 3917256.

HSL color Cylindrical-coordinate representation of color #C8C53B: hue angle of 58.72º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8C53B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB20019759-
CMYK00.020.700.22
HSL58.72º56.18%50.78%-
HSV(B)58.72º70.5%78.43%-
XYZ44.5852.5311.93-
YUV182.1658.49140.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 59 (23.44% from 255) = 12.94%
R=43.86%
G=43.20%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001975900.020.700.2258.7256.1850.78
HexC8C53B0246163b3833
Octal310305730210626737063
Binary1100100011000101111011010100011010110111011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C53B; }

 p { color: rgb(200,197,59); }

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

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

 a { background-color: rgb(200,197,59); }

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

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

 span { border-color: rgb(200,197,59); }

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