#C8C63B

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

Shades of Wattle #C8C63B

Tints of Wattle #C8C63B

Color information

#C8C63B (or 0xC8C63B) is unknown color: approx Wattle. HEX triplet: C8, C6 and 3B. RGB value is (200,198,59). Sum of RGB (Red+Green+Blue) = 200+198+59=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C63B is #3739C4. Grayscale: #B7B7B7. Windows color (decimal): -3619269 or 3917512. OLE color: 3917512.

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

Color convert

RGB20019859-
CMYK00.010.700.22
HSL59.15º56.18%50.78%-
HSV(B)59.15º70.5%78.43%-
XYZ44.852.9812-
YUV182.7558.16140.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 59 (23.44% from 255) = 12.91%
R=43.76%
G=43.33%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001985900.010.700.2259.1556.1850.78
HexC8C63B0146163b3833
Octal310306730110626737063
Binary110010001100011011101101100011010110111011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C63B; }

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

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

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

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

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

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

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

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