#C6C33D

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

Shades of Wattle #C6C33D

Tints of Wattle #C6C33D

Color information

#C6C33D (or 0xC6C33D) is unknown color: approx Wattle. HEX triplet: C6, C3 and 3D. RGB value is (198,195,61). Sum of RGB (Red+Green+Blue) = 198+195+61=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C33D is #393CC2. Grayscale: #B5B5B5. Windows color (decimal): -3751107 or 4047814. OLE color: 4047814.

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

Color convert

RGB19819561-
CMYK00.020.690.22
HSL58.69º54.58%50.78%-
HSV(B)58.69º69.19%77.65%-
XYZ43.6551.3712.03-
YUV180.6260.49140.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 61 (24.22% from 255) = 13.44%
R=43.61%
G=42.95%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981956100.020.690.2258.6954.5850.78
HexC6C33D0245163b3733
Octal306303750210526736763
Binary1100011011000011111101010100010110110111011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C33D; }

 p { color: rgb(198,195,61); }

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

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

 a { background-color: rgb(198,195,61); }

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

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

 span { border-color: rgb(198,195,61); }

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